Quellcode durchsuchen

Update MANUAL.md

Clarify that we only support `X-Forwarded-For`
pull/2121/head
Shivaram Lingamneni vor 4 Monaten
Ursprung
Commit
68ecf1a355
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      docs/MANUAL.md

+ 1
- 1
docs/MANUAL.md Datei anzeigen

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

Laden…
Abbrechen
Speichern