Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfitzsimmons committed Oct 30, 2024
1 parent 2a13bb3 commit 3e1d786
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/lib/nginx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ server {
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 5m;
ssl_prefer_server_ciphers on;
proxy_read_timeout 300s;
proxy_read_timeout 480s;
proxy_connect_timeout 480s;
proxy_send_timeout 480s;
client_max_body_size 0;
Expand Down

0 comments on commit 3e1d786

Please sign in to comment.