fix(confs): delete `X-Forwarded-*` options for wss listener
This commit is contained in:
parent
e81b8d6a4a
commit
7198960746
|
@ -1705,16 +1705,6 @@ listener.wss.external.access.1 = allow all
|
|||
## Value: on | off
|
||||
listener.wss.external.verify_protocol_header = on
|
||||
|
||||
## See: listener.ws.external.proxy_address_header
|
||||
##
|
||||
## Value: String
|
||||
## listener.wss.external.proxy_address_header = X-Forwarded-For
|
||||
|
||||
## See: listener.ws.external.proxy_port_header
|
||||
##
|
||||
## Value: String
|
||||
## listener.wss.external.proxy_port_header = X-Forwarded-Port
|
||||
|
||||
## Enable the Proxy Protocol V1/2 support.
|
||||
##
|
||||
## See: listener.tcp.$name.proxy_protocol
|
||||
|
|
Loading…
Reference in New Issue