diff options
Diffstat (limited to 'server.sh')
-rwxr-xr-x | server.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -156,6 +156,8 @@ server { } root /srv/web; + error_page 404 /404.html + location = /404.html { internal; } index index.html; location / { try_files \$uri \$uri/ =404; |