Skip to content

Commit 7acbafa

Browse files
authored
Bump proxy_max_temp_file_size to 16384 (#66)
1 parent 0f2e666 commit 7acbafa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cookbooks/boxcutter_backhaul/recipes/default.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@
246246
node.default['fb_nginx']['enable_default_site'] = false
247247
node.default['fb_nginx']['config']['http']['proxy_send_timeout'] = '3600s'
248248
node.default['fb_nginx']['config']['http']['proxy_read_timeout'] = '3600s'
249+
node.default['fb_nginx']['config']['http']['proxy_max_temp_file_size'] = '16384m'
249250
node.default['fb_nginx']['config']['http']['proxy_buffering'] = 'off'
250251
node.default['fb_nginx']['config']['http']['proxy_request_buffering'] = 'off'
251252
node.default['fb_nginx']['config']['http']['keepalive_timeout'] = '5 5'

0 commit comments

Comments
 (0)