diff --git a/nginx.conf b/nginx.conf index e14a50e..cd99415 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,9 +1,9 @@ server { listen 80; - root /usr/share/nginx/html; - index index.html; location / { + root /usr/share/nginx/html; + index index.html; try_files $uri $uri/ /index.html; }