From 0910d61cd442c5d7fcdc028cf2473c861979d950 Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Fri, 20 Mar 2020 19:03:18 +0100 Subject: nginx: bump version and fix bug This fix #11610 by increasing max client body size in nginx conf. Bump nginx to latest version. Signed-off-by: Ansuel Smith --- net/nginx/files/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/nginx/files') diff --git a/net/nginx/files/nginx.conf b/net/nginx/files/nginx.conf index 8f8c8b194..65d37b504 100644 --- a/net/nginx/files/nginx.conf +++ b/net/nginx/files/nginx.conf @@ -15,7 +15,7 @@ http { default_type application/octet-stream; sendfile on; - client_max_body_size 17M; + client_max_body_size 128M; large_client_header_buffers 2 1k; gzip on; -- cgit v1.2.3