Testing required
Fix For for frontcontroller
add following to nginx siteconf
location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|mp3|ogg|ogv|webm|htc|woff2|woff)$ { expires 1M; access_log off; # max-age must be in seconds add_header Cache-Control "max-age=2629746, public"; } location ~* \.(?:css|js)$ { expires 1y; access_log off; add_header Cache-Control "max-age=31556952, public"; }
No dependencies set.
The note is not visible to the blocked user.
Testing required
Fix For for frontcontroller
add following to nginx siteconf