forked from malobeo/infrastructure
[zineshop] raise max body size to 500M
This commit is contained in:
@@ -87,7 +87,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 50M;
|
client_max_body_size 500M;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
send_timeout 300s;
|
send_timeout 300s;
|
||||||
|
|||||||
@@ -203,7 +203,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 50M;
|
client_max_body_size 500M;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
send_timeout 300s;
|
send_timeout 300s;
|
||||||
|
|||||||
@@ -85,7 +85,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 50M;
|
client_max_body_size 500M;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
send_timeout 300s;
|
send_timeout 300s;
|
||||||
|
|||||||
Reference in New Issue
Block a user