diff --git a/reverse-proxy/nginx.conf.template b/reverse-proxy/nginx.conf.template index 5038b14..e78f843 100644 --- a/reverse-proxy/nginx.conf.template +++ b/reverse-proxy/nginx.conf.template @@ -43,7 +43,6 @@ server { location ~* \.(?:css|js|mjs|png|jpg|jpeg|gif|svg|ico|webp|woff2?)$ { proxy_pass http://web:80/; - expires 1y; add_header Cache-Control "public, max-age=31536000, immutable" always; }