|
|
@ -24,6 +24,11 @@ location ^~ __PATH__ { |
|
|
client_max_body_size 10G; |
|
|
client_max_body_size 10G; |
|
|
fastcgi_buffers 64 4K; |
|
|
fastcgi_buffers 64 4K; |
|
|
|
|
|
|
|
|
|
|
|
# Extend timeouts |
|
|
|
|
|
client_body_timeout 60m; |
|
|
|
|
|
proxy_read_timeout 60m; |
|
|
|
|
|
fastcgi_read_timeout 60m; |
|
|
|
|
|
|
|
|
# Disable gzip to avoid the removal of the ETag header |
|
|
# Disable gzip to avoid the removal of the ETag header |
|
|
gzip off; |
|
|
gzip off; |
|
|
|
|
|
|
|
|
|