diff --git a/octobercms.conf b/octobercms.conf index 1cb11fe..989c7dd 100644 --- a/octobercms.conf +++ b/octobercms.conf @@ -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; }