From 636e445dccdfff09616fc07f02e3415f619e02e0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 10 Jun 2021 21:45:13 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 00e90cc..f0cdca6 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -36,7 +36,6 @@ location / { include conf.d/yunohost_panel.conf.inc; } - location = /api/v1/videos/upload { limit_except POST HEAD { deny all; }