Merge pull request #1 from ziguayungui/increase_nginx_body_size

nginx: increase nginx body size
This commit is contained in:
ks-bao 2024-04-09 15:03:41 +08:00 committed by GitHub
commit 319d5b3f89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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