소스 검색

Update MANUAL.md

Clarify that we only support `X-Forwarded-For`
pull/2121/head
Shivaram Lingamneni 5 달 전
부모
커밋
68ecf1a355
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs/MANUAL.md

+ 1
- 1
docs/MANUAL.md 파일 보기

@@ -642,7 +642,7 @@ After that, there are two possibilities:
642 642
 
643 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 648
 ## Client certificates

Loading…
취소
저장