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;