nginx: increase nginx body size

This commit is contained in:
ziguayungui 2024-04-08 14:38:24 +00:00
parent d02659a53f
commit bdd3a579e3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ http {
default_type application/octet-stream;
sendfile on;
client_max_body_size 32k;
client_max_body_size 256M;
large_client_header_buffers 4 32k;
gzip on;