Skip to content

Commit 68ecf1a

Browse files
authored
Update MANUAL.md
Clarify that we only support `X-Forwarded-For`
1 parent 00a4c8e commit 68ecf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MANUAL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ After that, there are two possibilities:
642642

643643
### Websockets through HTTP reverse proxies
644644

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.
646646

647647

648648
## Client certificates

0 commit comments

Comments
 (0)