Files
zulip/puppet/zulip_internal/files/nginx/zulip-include-app.d/accept-loadbalancer.conf
Tim Abbott 5007d4d87a [puppet] Update set_real_ip_from to use lb0's internal IP address.
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)
2013-12-03 14:29:34 -05:00

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;