Change listen address when running inside a Container to prevent Bad Gateway error
This commit is contained in:
parent
47f3263396
commit
5b23d3d06e
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ trusted_servers = ["matrix.org"]
|
||||||
#workers = 4 # default: cpu core count * 2
|
#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 = "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
|
proxy = "none" # more examples can be found at src/database/proxy.rs:6
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue