Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Replace
$http_host
in nginx.conf, add support for proxies
When using a reverse proxy in front of the application, `$http_host` might point to an network internal address. The `proxy_redirect` response points to the internal address then, which leads to redirects to internal addresses (failing requests).
- Loading branch information