From 0948cfbf3822d6bf23f84a5e74da4ee360975154 Mon Sep 17 00:00:00 2001 From: gitea Date: Sun, 21 Feb 2021 20:37:42 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'openresty.conf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openresty.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/openresty.conf b/openresty.conf index a56d560..fa960fe 100644 --- a/openresty.conf +++ b/openresty.conf @@ -42,9 +42,6 @@ http { include https.conf; include octobercms.conf; include staticfiles.conf; - location ~ ^/backend { - client_max_body_size 10M; - } location ~ ^/(index|t).php { fastcgi_pass fpm; include fastcgi_params;