Skip to content

Commit

Permalink
Revert "production: reduce general platform nginx to 10s (#1787)" (#1789
Browse files Browse the repository at this point in the history
)

This reverts commit fb58892.
  • Loading branch information
deer-wmde committed Oct 15, 2024
1 parent b9ea504 commit b7b87b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/helmfile/env/production/platform-nginx.nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b7b87b8

Please sign in to comment.