From 0dffe4d1414da0d5413bdb75cc944b41e8fffea7 Mon Sep 17 00:00:00 2001 From: Marcel Zapf Date: Thu, 11 Jan 2024 16:45:30 +0000 Subject: [PATCH] allow autoindex --- helm/templates/nginx-conf-configmap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/templates/nginx-conf-configmap.yaml b/helm/templates/nginx-conf-configmap.yaml index 8fe0319..52b79ab 100644 --- a/helm/templates/nginx-conf-configmap.yaml +++ b/helm/templates/nginx-conf-configmap.yaml @@ -15,6 +15,7 @@ data: location / { root /usr/share/nginx/html; index index.html index.htm; + autoindex on; } #error_page 404 /404.html;