Skip to content

Commit

Permalink
Increase proxy timeouts to 5 min
Browse files Browse the repository at this point in the history
  • Loading branch information
korlaxxalrok committed Oct 15, 2024
1 parent cc0f75e commit aea9e63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nginx/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ server {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_read_timeout 300;
proxy_connect_timeout 300;
proxy_send_timeout 300;
send_timeout 300;
keepalive_timeout 300;
client_max_body_size 64m;
}
}

0 comments on commit aea9e63

Please sign in to comment.