From ae55e9950e647fda37c136767096e71d5eb31ce1 Mon Sep 17 00:00:00 2001 From: Carter Date: Fri, 13 Jun 2025 14:45:59 -0600 Subject: [PATCH] moved update html file to public --- nginx.conf | 2 -- update.html => public/update.html | 0 2 files changed, 2 deletions(-) rename update.html => public/update.html (100%) 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