diff --git a/nginx-site.conf b/nginx-site.conf index 59ae2b1..3fcbd38 100644 --- a/nginx-site.conf +++ b/nginx-site.conf @@ -18,7 +18,7 @@ server { # Main location location / { - try_files $uri $uri/ /index.html; + try_files $uri $uri/index.html /index.html; } # Security headers