diff --git a/http/nginx.conf b/http/nginx.conf index 4836efd..c788f22 100644 --- a/http/nginx.conf +++ b/http/nginx.conf @@ -27,7 +27,7 @@ http { location / { root /usr/share/nginx/html; - try_files $uri $uri.html $uri/index.html $uri.php $uri/index.php; + try_files $uri $uri.html $uri/index.html $uri.php $uri/index.php =404; } error_page 404 /error.html;