mirror of https://github.com/zulip/zulip.git
7 lines
282 B
Plaintext
7 lines
282 B
Plaintext
|
# Configuration for making our app frontends accept the
|
||
|
# X-Forwarded-For header from our load balancers. We need to update
|
||
|
# the IP addresses here whenever we add new loadbalancer machines.
|
||
|
real_ip_header X-Forwarded-For;
|
||
|
# lb0.zulip.net elastic IP
|
||
|
set_real_ip_from 54.213.41.54;
|