mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
This is something we forgot to do in the VPC migration, so our IPs have all been the lb0 IP in our logs :(. (imported from commit 9d3fc69cf72a84f7bd7c54e50fb1e776a67d971f)
7 lines
279 B
Plaintext
7 lines
279 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 10.0.0.95;
|