mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
Now app.d is something that any app frontend will read, and we just have secondary manifests add additional files to the app.d directory for custom stuff. This fixes the issue that we were incorrectly including the lb0-related app configuration in the enterprise version. (imported from commit dec8dcdf2506b82e51186ff936c26dc1cd6cf61b)
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;
|