- Issue created by @standingtall
- π¦πΊAustralia standingtall
It turned out to be an issue with perusio config for Nginx.
Adding this fixed the issue.
Apparently it was giving 404 to some files, forcing Advagg to then regenerate those files.
### ### advagg_css and advagg_js support ### ### location ~* files/advagg_(?:css|js)/ { gzip_static on; access_log off; expires max; add_header ETag ""; add_header Cache-Control "max-age=31449600, no-transform, public"; try_files $uri $uri/ @drupal; }
- Status changed to Closed: works as designed
over 1 year ago 6:20pm 14 July 2023