Add option to not bind to HTTPS port. This is useful if running behind an ssl load balancer

This commit is contained in:
Erik Johnston 2014-11-03 15:06:40 +00:00
parent ad6eacb3e9
commit af7ae048f8
3 changed files with 8 additions and 2 deletions

View file

@ -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" \