##// END OF EJS Templates
Updated nginx proxy example to work better with large pushes
marcink -
r1420:a2fe0ac8 beta
parent child Browse files
Show More
@@ -409,13 +409,10 b' pushes or large pushes::'
409 409 client_max_body_size 400m;
410 410 client_body_buffer_size 128k;
411 411 proxy_buffering off;
412 proxy_connect_timeout 3600;
413 proxy_send_timeout 3600;
414 proxy_read_timeout 3600;
415 proxy_buffer_size 16k;
416 proxy_buffers 4 16k;
417 proxy_busy_buffers_size 64k;
418 proxy_temp_file_write_size 64k;
412 proxy_connect_timeout 7200;
413 proxy_send_timeout 7200;
414 proxy_read_timeout 7200;
415 proxy_buffers 8 32k;
419 416
420 417 Also, when using root path with nginx you might set the static files to false
421 418 in the production.ini file::
General Comments 0
You need to be logged in to leave comments. Login now