Version bump to fix indexes

This commit is contained in:
2023-03-23 09:22:59 +01:00
parent 3b02fdd661
commit ed199f9314
3 changed files with 3 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ data:
index {{ .Values.site.webroot.indexes | default "index.php index.html index.htm" }};
{{- else }}
root /app/web;
index {{ .Values.site.webroot.indexes }};
index index.php index.html;
{{- end }}

View File

@@ -134,4 +134,4 @@ global:
httpAdditions: ""
serverAdditions: ""
rootLocationAdditions: ""
phpLocationAdditions: ""
phpLocationAdditions: ""