Show More
@@ -409,13 +409,10 b' pushes or large pushes::' | |||||
409 | client_max_body_size 400m; |
|
409 | client_max_body_size 400m; | |
410 | client_body_buffer_size 128k; |
|
410 | client_body_buffer_size 128k; | |
411 | proxy_buffering off; |
|
411 | proxy_buffering off; | |
412 |
proxy_connect_timeout |
|
412 | proxy_connect_timeout 7200; | |
413 |
proxy_send_timeout |
|
413 | proxy_send_timeout 7200; | |
414 |
proxy_read_timeout |
|
414 | proxy_read_timeout 7200; | |
415 |
proxy_buffer |
|
415 | proxy_buffers 8 32k; | |
416 | proxy_buffers 4 16k; |
|
|||
417 | proxy_busy_buffers_size 64k; |
|
|||
418 | proxy_temp_file_write_size 64k; |
|
|||
419 |
|
416 | |||
420 | Also, when using root path with nginx you might set the static files to false |
|
417 | Also, when using root path with nginx you might set the static files to false | |
421 | in the production.ini file:: |
|
418 | in the production.ini file:: |
General Comments 0
You need to be logged in to leave comments.
Login now