diff --git a/reverse-proxy/nginx.conf.template b/reverse-proxy/nginx.conf.template index dce4023..5038b14 100644 --- a/reverse-proxy/nginx.conf.template +++ b/reverse-proxy/nginx.conf.template @@ -45,7 +45,6 @@ server { proxy_pass http://web:80/; expires 1y; add_header Cache-Control "public, max-age=31536000, immutable" always; - try_files $uri =404; } }