summaryrefslogtreecommitdiff
path: root/conduit-example.toml
diff options
context:
space:
mode:
authorLuc-pascal Ceccaldi <lp@ceccaldi.eu>2021-09-23 07:49:52 +0000
committerLuc-pascal Ceccaldi <lp@ceccaldi.eu>2021-09-23 07:49:52 +0000
commit5b23d3d06e0d907301d857797b329c22ddc7dd14 (patch)
treeb2825976433a92b5bb2df96013e4b63c70f3b50f /conduit-example.toml
parent47f326339674ce79d1a2a20e5306ba80ca847ed1 (diff)
downloadconduit-5b23d3d06e0d907301d857797b329c22ddc7dd14.zip
Change listen address when running inside a Container to prevent Bad Gateway error
Diffstat (limited to 'conduit-example.toml')
-rw-r--r--conduit-example.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/conduit-example.toml b/conduit-example.toml
index 8008256..4275f52 100644
--- a/conduit-example.toml
+++ b/conduit-example.toml
@@ -40,6 +40,7 @@ trusted_servers = ["matrix.org"]
#workers = 4 # default: cpu core count * 2
address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy
+#address = "0.0.0.0" # If Conduit is running in a container, make sure the reverse proxy (ie. Traefik) can reach it.
proxy = "none" # more examples can be found at src/database/proxy.rs:6