Изменить 'octobercms.conf'

This commit is contained in:
2021-02-21 20:38:12 +00:00
parent 0948cfbf38
commit 64807a0eb8

View File

@ -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;