Browse Source

Update MANUAL.md

Clarify that we only support `X-Forwarded-For`
pull/2121/head
Shivaram Lingamneni 5 months ago
parent
commit
68ecf1a355
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/MANUAL.md

+ 1
- 1
docs/MANUAL.md View File

642
 
642
 
643
 ### Websockets through HTTP reverse proxies
643
 ### Websockets through HTTP reverse proxies
644
 
644
 
645
-Ergo will honor the HTTP forwarding headers on incoming websocket connections, if the peer IP address appears in `proxy-allowed-from`. For these connections, set `proxy: false`, or omit the `proxy` option.
645
+Ergo will honor the `X-Forwarded-For` headers on incoming websocket connections, if the peer IP address appears in `proxy-allowed-from`. For these connections, set `proxy: false`, or omit the `proxy` option.
646
 
646
 
647
 
647
 
648
 ## Client certificates
648
 ## Client certificates

Loading…
Cancel
Save