diff --git a/nginx.conf b/nginx.conf index adb8457..8e8fc75 100644 --- a/nginx.conf +++ b/nginx.conf @@ -61,12 +61,7 @@ http { expires $cache_expires; root /usr/share/nginx/html; - try_files $uri /indexV2.html; - - location = /index.html { - return 301 /indexV2.html; - } - + try_files $uri /index.html; } # Healthcheck