diff --git a/nginx.conf b/nginx.conf index 47b3c38..b390bff 100644 --- a/nginx.conf +++ b/nginx.conf @@ -71,7 +71,6 @@ http { add_header Cache-Control "no-store, no-cache, must-revalidate"; } - # Redirect old /index.html requests to new file location = /index.html { return 301 /indexV2.html; @@ -88,7 +87,6 @@ http { } } - # Healthcheck server { listen 8080; diff --git a/update.html b/public/update.html similarity index 100% rename from update.html rename to public/update.html