Skip to content

Commit

Permalink
added higher timout
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Sorge committed Jun 8, 2020
1 parent 424ac45 commit f0b1705
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions letsencrypt/root/defaults/proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ client_body_buffer_size 128k;
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503;

# Advanced Proxy Config
send_timeout 5m;
proxy_read_timeout 240;
proxy_send_timeout 240;
proxy_connect_timeout 240;
send_timeout 1h;
proxy_read_timeout 1h;
proxy_send_timeout 1h;
proxy_connect_timeout 1h;

# TLS 1.3 early data
proxy_set_header Early-Data $ssl_early_data;
Expand Down

0 comments on commit f0b1705

Please sign in to comment.