mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-17 09:10:50 +01:00
Merge branch 'fix-deb-postinst-config' into 'next'
Remove the address override in deb generated config See merge request famedly/conduit!344
This commit is contained in:
commit
e70cff196b
1 changed files with 0 additions and 3 deletions
3
debian/postinst
vendored
3
debian/postinst
vendored
|
@ -78,9 +78,6 @@ trusted_servers = ["matrix.org"]
|
||||||
|
|
||||||
#max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time
|
#max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time
|
||||||
#log = "info,state_res=warn,rocket=off,_=off,sled=off"
|
#log = "info,state_res=warn,rocket=off,_=off,sled=off"
|
||||||
|
|
||||||
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.
|
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue