Skip to content

Commit 98c3de8

Browse files
authored
Bump proxy_send_timout/proxy_read_timeout to 1hr (#64)
1 parent 28867c4 commit 98c3de8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cookbooks/boxcutter_backhaul/recipes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@
244244
include_recipe 'boxcutter_acme::certbot'
245245

246246
node.default['fb_nginx']['enable_default_site'] = false
247-
node.default['fb_nginx']['config']['http']['proxy_send_timeout'] = '120'
248-
node.default['fb_nginx']['config']['http']['proxy_read_timeout'] = '300'
247+
node.default['fb_nginx']['config']['http']['proxy_send_timeout'] = '3600s'
248+
node.default['fb_nginx']['config']['http']['proxy_read_timeout'] = '3600s'
249249
node.default['fb_nginx']['config']['http']['proxy_buffering'] = 'off'
250250
node.default['fb_nginx']['config']['http']['proxy_request_buffering'] = 'off'
251251
node.default['fb_nginx']['config']['http']['keepalive_timeout'] = '5 5'

0 commit comments

Comments
 (0)