From cfe05f8517c5d163f9c19db6f797fac464a3b1e5 Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 4 Jun 2025 16:18:06 -0600 Subject: [PATCH] back to original index --- nginx.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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