back to original index

This commit is contained in:
Carter 2025-06-04 16:18:06 -06:00
parent 371185e8a5
commit cfe05f8517

View file

@ -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