[zineshop] raise max body size to 500M

This commit is contained in:
2026-01-19 12:17:51 +01:00
parent 649249a162
commit 6e144925b2
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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