From: Someone Date: Mon, 21 Oct 2024 00:03:39 +0000 (+0200) Subject: roles/server/nginx/vhost-unified X-Git-Tag: activeVersion X-Git-Url: https://git.somenet.org/root/pub/somesible.git/commitdiff_plain?ds=inline;pf=root roles/server/nginx/vhost-unified --- diff --git a/roles/server/nginx/vhost-unified/templates/default/vhost.j2 b/roles/server/nginx/vhost-unified/templates/default/vhost.j2 index 90b803d..b13043a 100644 --- a/roles/server/nginx/vhost-unified/templates/default/vhost.j2 +++ b/roles/server/nginx/vhost-unified/templates/default/vhost.j2 @@ -42,7 +42,7 @@ server { access_log /var/log/nginx/{{vhost_name}}-access.log; error_log /var/log/nginx/{{vhost_name}}-error.log; - client_max_body_size 1025M; + client_max_body_size 16G; fastcgi_buffers 64 4K; # fix 414 Request-URI Too Large. large_client_header_buffers 4 64k;