Updated buffer size for reading client request body for Nginx based images

This commit is contained in:
dotneft 2017-04-27 09:36:50 -07:00
parent fa1542a14e
commit 40ff735279
4 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,7 @@ http {
sendfile on;
client_max_body_size 8m;
client_body_buffer_size 256k;
fastcgi_intercept_errors on;
tcp_nopush on;

View File

@ -47,6 +47,7 @@ http {
sendfile on;
client_max_body_size 8m;
client_body_buffer_size 256k;
fastcgi_intercept_errors on;
tcp_nopush on;

View File

@ -47,6 +47,7 @@ http {
sendfile on;
client_max_body_size 8m;
client_body_buffer_size 256k;
fastcgi_intercept_errors on;
tcp_nopush on;

View File

@ -47,6 +47,7 @@ http {
sendfile on;
client_max_body_size 8m;
client_body_buffer_size 256k;
fastcgi_intercept_errors on;
tcp_nopush on;