Version bump to fix indexes
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
|
||||
@@ -134,4 +134,4 @@ global:
|
||||
httpAdditions: ""
|
||||
serverAdditions: ""
|
||||
rootLocationAdditions: ""
|
||||
phpLocationAdditions: ""
|
||||
phpLocationAdditions: ""
|
||||
|
||||
Reference in New Issue
Block a user