diff --git a/nginx.conf b/nginx.conf index ca23085..f1e87ee 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,7 +6,7 @@ server { # Serve static assets location / { - try_files $uri $uri/ /index.html; + try_files $uri /index.html; } # Gzip compression