SyntaxFix
Write A Post
Hire A Developer
Questions
location ~ ^/assets/ { expires 1y; add_header Cache-Control public; add_header ETag ""; }
This fixed the problem for me in production. Put it into the nginx config.