mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 07:16:04 -04:00
Add option to not bind to HTTPS port. This is useful if running behind an ssl load balancer
This commit is contained in:
parent
ad6eacb3e9
commit
af7ae048f8
3 changed files with 8 additions and 2 deletions
|
@ -32,7 +32,7 @@ for port in 8080 8081 8082; do
|
|||
-D --pid-file "$DIR/$port.pid" \
|
||||
--manhole $((port + 1000)) \
|
||||
--tls-dh-params-path "demo/demo.tls.dh" \
|
||||
$PARAMS
|
||||
$PARAMS $SYNAPSE_PARAMS
|
||||
|
||||
python -m synapse.app.homeserver \
|
||||
--config-path "demo/etc/$port.config" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue