There was an error while loading. Please reload this page.
1 parent 0f2e666 commit 7acbafaCopy full SHA for 7acbafa
1 file changed
cookbooks/boxcutter_backhaul/recipes/default.rb
@@ -246,6 +246,7 @@
246
node.default['fb_nginx']['enable_default_site'] = false
247
node.default['fb_nginx']['config']['http']['proxy_send_timeout'] = '3600s'
248
node.default['fb_nginx']['config']['http']['proxy_read_timeout'] = '3600s'
249
+ node.default['fb_nginx']['config']['http']['proxy_max_temp_file_size'] = '16384m'
250
node.default['fb_nginx']['config']['http']['proxy_buffering'] = 'off'
251
node.default['fb_nginx']['config']['http']['proxy_request_buffering'] = 'off'
252
node.default['fb_nginx']['config']['http']['keepalive_timeout'] = '5 5'
0 commit comments