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 |
|
|
413 |
proxy_send_timeout |
|
|
414 |
proxy_read_timeout |
|
|
415 |
proxy_buffer |
|
|
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