moved update html file to public

This commit is contained in:
Carter 2025-06-13 14:45:59 -06:00
parent 7aca89d715
commit ae55e9950e
2 changed files with 0 additions and 2 deletions

View file

@ -71,7 +71,6 @@ http {
add_header Cache-Control "no-store, no-cache, must-revalidate"; add_header Cache-Control "no-store, no-cache, must-revalidate";
} }
# Redirect old /index.html requests to new file # Redirect old /index.html requests to new file
location = /index.html { location = /index.html {
return 301 /indexV2.html; return 301 /indexV2.html;
@ -88,7 +87,6 @@ http {
} }
} }
# Healthcheck # Healthcheck
server { server {
listen 8080; listen 8080;