mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 06:10:54 +03:00
httpd: allow to use proxy protocol
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -163,6 +163,7 @@
|
||||
"tls_cipher_suites": [],
|
||||
"tls_protocols": [],
|
||||
"prefix": "",
|
||||
"proxy_mode": 0,
|
||||
"proxy_allowed": [],
|
||||
"client_ip_proxy_header": "",
|
||||
"client_ip_header_depth": 0,
|
||||
@@ -275,6 +276,7 @@
|
||||
"client_auth_type": 0,
|
||||
"tls_cipher_suites": [],
|
||||
"tls_protocols": [],
|
||||
"proxy_mode": 0,
|
||||
"proxy_allowed": [],
|
||||
"client_ip_proxy_header": "",
|
||||
"client_ip_header_depth": 0,
|
||||
|
||||
Reference in New Issue
Block a user