From c1dd4c39d10ea9fd54752d5805397eaf6f1e9765 Mon Sep 17 00:00:00 2001 From: Marcel Zapf Date: Thu, 11 Jan 2024 17:17:20 +0000 Subject: [PATCH] text nginx config --- helm/templates/nginx-vhostconfigs-configmap.yaml.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/helm/templates/nginx-vhostconfigs-configmap.yaml.yaml b/helm/templates/nginx-vhostconfigs-configmap.yaml.yaml index 57622ff..5c32c9d 100644 --- a/helm/templates/nginx-vhostconfigs-configmap.yaml.yaml +++ b/helm/templates/nginx-vhostconfigs-configmap.yaml.yaml @@ -12,15 +12,9 @@ data: #access_log /var/log/nginx/host.access.log main; - location /examples { - root /usr/share/nginx/html; - #index index.html index.htm; - autoindex on; - } - location / { root /usr/share/nginx/html; - #index index.html index.htm; + index index.bla index.blabla; autoindex on; }