diff --git a/nginx.conf b/nginx.conf index 360f5b5..dbe15ca 100644 --- a/nginx.conf +++ b/nginx.conf @@ -28,7 +28,7 @@ http { location / { index index.html; root /var/www/html; - try_files $uri $uri/ /index.html;s + try_files $uri $uri/ /index.html; absolute_redirect off; } }