docs: Remove unused X-Client-IP header from haproxy configuration.

This is unrelated to the X-Real-IP configuration that nginx will add,
and is unused by Zulip.  Remove it, to reduce confusion.
This commit is contained in:
Alex Vandiver 2021-03-23 15:10:09 -07:00 committed by Alex Vandiver
parent 07779ea879
commit de46edf966
1 changed files with 0 additions and 1 deletions

View File

@ -368,7 +368,6 @@ place to start.
backend zulip
mode http
balance leastconn
http-request set-header X-Client-IP %[src]
reqadd X-Forwarded-Proto:\ https
server zulip 10.10.10.10:80 check
```