Updated config map for unit
This commit is contained in:
@@ -151,16 +151,14 @@ data:
|
||||
"type": "php",
|
||||
"options": {
|
||||
"user": {
|
||||
"display_errors": "{{ .Values.site.displayErrors | default "0" }}"
|
||||
"display_errors": "{{ .Values.site.displayErrors | default "0" }}",
|
||||
"log_errors": "{{ .Values.site.logErrors | default "1" }}"
|
||||
},
|
||||
"admin": {
|
||||
"expose_php": "Off",
|
||||
"short_open_tag": "Off",
|
||||
"disable_functions": "exec,passthru,shell_exec,system,proc_open,popen,show_source",
|
||||
"log_errors": "On",
|
||||
"date.timezone": "{{ .Values.customer.timezone | default "Europe/Stockholm" }}",
|
||||
|
||||
"log_errors": "On",
|
||||
{{- if and .Values.advanced .Values.advanced.php .Values.advanced.php.additionalAdminValues }}
|
||||
{{- range $k, $v := .Values.advanced.php.additionalAdminValues }}
|
||||
"{{ $k }}": "{{ $v }}",
|
||||
@@ -172,6 +170,7 @@ data:
|
||||
"max_execution_time": "{{ .Values.site.resources.php.executionTime | default "300" }}",
|
||||
"max_input_time": "{{ .Values.site.resources.php.inputTime | default "300" }}",
|
||||
{{- end }}
|
||||
"date.timezone": "{{ .Values.customer.timezone | default "Europe/Stockholm" }}"
|
||||
}
|
||||
},
|
||||
"targets": {
|
||||
|
||||
Reference in New Issue
Block a user