diff --git a/nginx/production.conf b/nginx/production.conf index 2c74fa62..b3a9b03f 100644 --- a/nginx/production.conf +++ b/nginx/production.conf @@ -75,4 +75,9 @@ server { proxy_pass http://innerreact; proxy_redirect default; } + + location /assets/ { + expires 1y; + add_header Cache-Control "public, max-age=31536000, immutable"; + } } \ No newline at end of file