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

This commit is contained in:
2021-02-21 05:56:55 +00:00
parent ff87721b91
commit 0dcdd8415f

View File

@ -2,6 +2,12 @@
location / {
rewrite ^/.*$ /index.php last;
}
location ~ ^/combine.*\.(css|js) {
rewrite ^/.*$ /index.php last;
expires max;
}
# Whitelist
## Let October handle if static file not exists
location ~ ^/favicon\.ico { try_files $uri /index.php; }