Sfoglia il codice sorgente

Update MANUAL.md

Clarify that we only support `X-Forwarded-For`
pull/2121/head
Shivaram Lingamneni 4 mesi fa
parent
commit
68ecf1a355
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      docs/MANUAL.md

+ 1
- 1
docs/MANUAL.md Vedi File

@@ -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…
Annulla
Salva