From 7ce900b8dc0b6188de95abbc54e99fb7b3591727 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 21 Oct 2024 02:03:39 +0200 Subject: [PATCH] roles/server/nginx/vhost-unified --- roles/server/nginx/vhost-unified/templates/default/vhost.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0