diff --git a/nginx.conf b/nginx.conf index 014ad92..ed91c39 100644 --- a/nginx.conf +++ b/nginx.conf @@ -17,7 +17,7 @@ http { location / { root /usr/share/nginx/html; - try_files $uri $uri/ =404; + try_files $uri $uri.html $uri/ =404; } location /error_page.html {