diff --git a/nginx/production.conf b/nginx/production.conf index b3a9b03f..fd4beb58 100644 --- a/nginx/production.conf +++ b/nginx/production.conf @@ -77,6 +77,7 @@ server { } location /assets/ { + proxy_pass http://innerreact/assets/; expires 1y; add_header Cache-Control "public, max-age=31536000, immutable"; }