Procházet zdrojové kódy

Update MANUAL.md

Clarify that we only support `X-Forwarded-For`
pull/2121/head
Shivaram Lingamneni před 5 měsíci
rodič
revize
68ecf1a355
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      docs/MANUAL.md

+ 1
- 1
docs/MANUAL.md Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit