From bdd3a579e3808dd89e53327af67799541ef6f023 Mon Sep 17 00:00:00 2001 From: ziguayungui <244753440@qq.com> Date: Mon, 8 Apr 2024 14:38:24 +0000 Subject: [PATCH] nginx: increase nginx body size --- files/all/etc/nginx/uci.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/all/etc/nginx/uci.conf.template b/files/all/etc/nginx/uci.conf.template index 6710207..aec2556 100644 --- a/files/all/etc/nginx/uci.conf.template +++ b/files/all/etc/nginx/uci.conf.template @@ -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;