From 28c6293df41ddf0423c658ce212d9cb2c38d4271 Mon Sep 17 00:00:00 2001 From: owine Date: Thu, 20 Feb 2025 14:31:28 -0600 Subject: [PATCH] client_max_body_size 0 --- barassistant.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barassistant.subdomain.conf.sample b/barassistant.subdomain.conf.sample index 87e8474..59293f7 100644 --- a/barassistant.subdomain.conf.sample +++ b/barassistant.subdomain.conf.sample @@ -12,7 +12,7 @@ server { include /config/nginx/ssl.conf; - client_max_body_size 100M; + client_max_body_size 0; # enable for ldap auth (requires ldap-location.conf in the location block) #include /config/nginx/ldap-server.conf;