diff --git a/reverse-proxy/nginx.conf.template b/reverse-proxy/nginx.conf.template index 0083f18..dce4023 100644 --- a/reverse-proxy/nginx.conf.template +++ b/reverse-proxy/nginx.conf.template @@ -42,6 +42,7 @@ 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; try_files $uri =404;