forked from kalipso/infrastructure
[zineshop] max_body_size 50M
This commit is contained in:
@@ -83,7 +83,7 @@ in
|
|||||||
client_body_in_file_only clean;
|
client_body_in_file_only clean;
|
||||||
client_body_buffer_size 32K;
|
client_body_buffer_size 32K;
|
||||||
|
|
||||||
client_max_body_size 0;
|
client_max_body_size 50M;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
send_timeout 300s;
|
send_timeout 300s;
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ in
|
|||||||
client_body_in_file_only clean;
|
client_body_in_file_only clean;
|
||||||
client_body_buffer_size 32K;
|
client_body_buffer_size 32K;
|
||||||
|
|
||||||
client_max_body_size 0;
|
client_max_body_size 50M;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
send_timeout 300s;
|
send_timeout 300s;
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ with lib;
|
|||||||
client_body_in_file_only clean;
|
client_body_in_file_only clean;
|
||||||
client_body_buffer_size 32K;
|
client_body_buffer_size 32K;
|
||||||
|
|
||||||
client_max_body_size 0;
|
client_max_body_size 50M;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
send_timeout 300s;
|
send_timeout 300s;
|
||||||
|
|||||||
Reference in New Issue
Block a user