summary refs log tree commit diff
path: root/docs/usage/configuration/config_documentation.md
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2025-02-17 10:23:04 -0600
committerGitHub <noreply@github.com>2025-02-17 10:23:04 -0600
commit12dc6b102f071eb2eb84f2cff4cf92903276ffbb (patch)
treeafa0017ff3824d2ffca4ab07805888cfca9ac1dc /docs/usage/configuration/config_documentation.md
parentLimit size of user directory search queries (#18172) (diff)
downloadsynapse-12dc6b102f071eb2eb84f2cff4cf92903276ffbb.tar.xz
Add support to proxy outbound requests from Synapse in tests (#18158)
Adds new environment variables that can be used with the Docker image
(`SYNAPSE_HTTP_PROXY`/`SYNAPSE_HTTPS_PROXY`/`SYNAPSE_NO_PROXY`)

Useful for things like the [Secure Border
Gateway](https://element.io/server-suite/secure-border-gateways)


### Why is this necessary?

You can already configure the `HTTP_PROXY`/`HTTPS_PROXY` environment
variables to proxy outbound requests but setting this globally in the
Docker image affects all processes which isn't always desirable or
workable in the case where the proxy is running in the Docker image
itself (because the Debian packages will fail to download because the
proxy isn't up and running yet) . Adding Synapse specific environment
variables
(`SYNAPSE_HTTP_PROXY`/`SYNAPSE_HTTPS_PROXY`/`SYNAPSE_NO_PROXY`) makes
things much more targetable.
Diffstat (limited to 'docs/usage/configuration/config_documentation.md')
0 files changed, 0 insertions, 0 deletions