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

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;