mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Some deployments choose to wrap Zulip's nginx in an outer proxy -- for example, to do custom TLS termination. In such deployments, the outer proxy is routing to `127.0.0.1:80`;b4fb22ba1b
breaks these configurations, as it switches the `127.0.0.1:80` listener to only serving `/api/internal/` paths. Switch to serving the whole application over `127.0.0.1:80`. (cherry picked from commite2e0c72a80
)