Skip to content

Commit 37bb135

Browse files
committed
Remove try_files $uri =404; from nginx template
1 parent a37a89c commit 37bb135

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nginx.conf.template

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ server {
1212
expires 1y;
1313
add_header Cache-Control "public, max-age=31536000, immutable";
1414
add_header X-Debug-Path $request_filename always;
15-
try_files $uri =404;
1615

1716
add_header X-Frame-Options "DENY" always;
1817
add_header X-Content-Type-Options "nosniff" always;

0 commit comments

Comments
 (0)