diff --git a/nginx/conf.d/www.conf b/nginx/conf.d/www.conf index 6684d6c..b463686 100644 --- a/nginx/conf.d/www.conf +++ b/nginx/conf.d/www.conf @@ -14,6 +14,6 @@ server { location / { root /usr/share/nginx/html; - try_files $uri /index.html; + try_files $uri $uri.html /index.html; } } \ No newline at end of file