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;