mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
added client_max_body_size
This commit is contained in:
parent
7e1c2f608f
commit
49187b4d3b
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ server {
|
|||
|
||||
include /config/nginx/ssl.conf;
|
||||
|
||||
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