mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Add note that "X-Real-Ip" will take precedence.
This commit is contained in:
parent
05810e10ce
commit
15b1214413
2 changed files with 4 additions and 2 deletions
|
|
@ -9,7 +9,8 @@
|
|||
#debug = false
|
||||
|
||||
# Comma separated list of trusted proxies (IPs or CIDR networks) that may set
|
||||
# the "X-Real-Ip" or "X-Forwarded-For" headers.
|
||||
# the "X-Real-Ip" or "X-Forwarded-For" headers. If both are provided, the
|
||||
# "X-Real-Ip" header will take precedence (if valid).
|
||||
# Leave empty to allow loopback and local addresses.
|
||||
#trustedproxies =
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,8 @@ debug = false
|
|||
#allowsubscribeany = false
|
||||
|
||||
# Comma separated list of trusted proxies (IPs or CIDR networks) that may set
|
||||
# the "X-Real-Ip" or "X-Forwarded-For" headers.
|
||||
# the "X-Real-Ip" or "X-Forwarded-For" headers. If both are provided, the
|
||||
# "X-Real-Ip" header will take precedence (if valid).
|
||||
# Leave empty to allow loopback and local addresses.
|
||||
#trustedproxies =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue