There was an error while loading. Please reload this page.
1 parent 28867c4 commit 98c3de8Copy full SHA for 98c3de8
1 file changed
cookbooks/boxcutter_backhaul/recipes/default.rb
@@ -244,8 +244,8 @@
244
include_recipe 'boxcutter_acme::certbot'
245
246
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'
+ node.default['fb_nginx']['config']['http']['proxy_send_timeout'] = '3600s'
+ node.default['fb_nginx']['config']['http']['proxy_read_timeout'] = '3600s'
249
node.default['fb_nginx']['config']['http']['proxy_buffering'] = 'off'
250
node.default['fb_nginx']['config']['http']['proxy_request_buffering'] = 'off'
251
node.default['fb_nginx']['config']['http']['keepalive_timeout'] = '5 5'
0 commit comments