File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
deployment/helm/ditto/templates Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ metadata:
2020{{ include "ditto.labels" . | indent 4 }}
2121data :
2222 nginx.conf : |-
23- {{ if .Values.openshift.enabled -}}
2423 pid /tmp/nginx.pid;
25- {{- end }}
2624 worker_processes {{ .Values.nginx.config.workerProcesses }};
2725
2826 events {
3533 include mime.types;
3634 server_tokens off;
3735
36+ client_body_temp_path /tmp/client_temp;
37+ proxy_temp_path /tmp/proxy_temp_path;
38+ fastcgi_temp_path /tmp/fastcgi_temp;
39+ uwsgi_temp_path /tmp/uwsgi_temp;
40+ scgi_temp_path /tmp/scgi_temp;
41+
3842 proxy_connect_timeout {{ .Values.nginx.config.timeout }}; # seconds, default: 60
3943 proxy_send_timeout {{ .Values.nginx.config.timeout }}; # seconds, default: 60
4044 proxy_read_timeout {{ .Values.nginx.config.timeout }}; # seconds, default: 60
You can’t perform that action at this time.
0 commit comments