diff --git a/reverse-proxy/nginx.conf.template b/reverse-proxy/nginx.conf.template index 87e3ebd..2bf2a09 100644 --- a/reverse-proxy/nginx.conf.template +++ b/reverse-proxy/nginx.conf.template @@ -43,7 +43,6 @@ server { location / { proxy_pass http://web:80/; - try_files $uri =404; if ($static_file) { add_header Cache-Control "public, max-age=31536000, immutable" always;