[zineshop] max_body_size 50M

This commit is contained in:
2025-04-15 14:11:53 +02:00
parent 16fb7c5b09
commit 88012d37db
3 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;