diff --git a/k8s/helmfile/env/production/platform-nginx.nginx.conf b/k8s/helmfile/env/production/platform-nginx.nginx.conf index bf7b912c..dbf9c2e8 100644 --- a/k8s/helmfile/env/production/platform-nginx.nginx.conf +++ b/k8s/helmfile/env/production/platform-nginx.nginx.conf @@ -56,8 +56,8 @@ server { # Custom headers to proxied server proxy_connect_timeout 5s; - proxy_send_timeout 10s; - proxy_read_timeout 10s; + proxy_send_timeout 60s; + proxy_read_timeout 60s; proxy_buffering off; proxy_buffer_size 4k;