client_max_body_size 0

This commit is contained in:
owine 2025-02-20 14:31:28 -06:00
parent a86698c299
commit 28c6293df4

View file

@ -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;