From dd5909878c4e86ceebaf706933d4d777c8aa2dce Mon Sep 17 00:00:00 2001 From: Saurabh Shrihar Date: Fri, 5 Apr 2024 16:10:48 +0400 Subject: [PATCH] Update location for index --- nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx.conf b/nginx.conf index e0b141f..4eda804 100644 --- a/nginx.conf +++ b/nginx.conf @@ -16,9 +16,6 @@ http { server { listen 80; - location /health-check { - alias /usr/share/nginx/html/index.html; - } location / { root /usr/share/nginx/html; index index.html index.htm;