mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
client_max_body_size 0
This commit is contained in:
parent
a86698c299
commit
28c6293df4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue