mirror of https://github.com/zulip/zulip.git
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:
parent
07779ea879
commit
de46edf966
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue