Skip to content

Commit

Permalink
Attempt to update timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed May 13, 2024
1 parent 5cfc136 commit c4caee7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions k8s/nginx-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ data:
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Port $server_port;
proxy_set_header Connection "";
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
fastcgi_read_timeout 600;
send_timeout 600;
}
}
}
Expand Down

0 comments on commit c4caee7

Please sign in to comment.