From 64807a0eb81e39722f6e5ab1d5b13434895f8478 Mon Sep 17 00:00:00 2001 From: gitea Date: Sun, 21 Feb 2021 20:38:12 +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'octobercms.conf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- octobercms.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/octobercms.conf b/octobercms.conf index 989c7dd..883f501 100644 --- a/octobercms.conf +++ b/octobercms.conf @@ -3,6 +3,11 @@ rewrite ^/.*$ /index.php last; } + location ~ ^/backend { + client_max_body_size 10M; + rewrite ^/.*$ /index.php last; + } + location ~ ^/combine.*\.(css|js) { rewrite ^/.*$ /index.php last; expires max;