From 6c0b0bc7e6a47823d845f3c21102633e8854af71 Mon Sep 17 00:00:00 2001 From: Chen Minqiang Date: Mon, 13 Nov 2023 16:28:37 +0800 Subject: [PATCH] nginx-util: default client_max_body_size 256M --- net/nginx-util/files/uci.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nginx-util/files/uci.conf.template b/net/nginx-util/files/uci.conf.template index a9532576ce..f79d0c3af1 100644 --- a/net/nginx-util/files/uci.conf.template +++ b/net/nginx-util/files/uci.conf.template @@ -21,7 +21,7 @@ http { default_type application/octet-stream; sendfile on; - client_max_body_size 128M; + client_max_body_size 256M; large_client_header_buffers 2 1k; gzip on;