diff options
-rw-r--r-- | nginx-default.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx-default.conf b/nginx-default.conf index 5dd24ad..7319449 100644 --- a/nginx-default.conf +++ b/nginx-default.conf @@ -8,6 +8,7 @@ server { location / { root /usr/share/nginx/html; index index.html index.htm; + try_files $uri /index.html; } error_page 500 502 503 504 /50x.html; |