mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-12 11:32:35 +02:00
client_max_body_size line added
This commit is contained in:
@@ -12,6 +12,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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user