Fix prosody listening

This commit is contained in:
Quentin 2021-02-01 11:06:45 +01:00
parent 847540f7b7
commit 34c5544ef5
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ cross_domain_bosh = false;
consider_bosh_secure = true;
component_ports = { } -- it seems we don't need external components for now...
https_ports = { } -- we don't need https
http_ports = { 5280 }
c2s_ports = { 5222 }
http_ports = { {{env "NOMAD_PORT_bosh_port" }} }
c2s_ports = { {{env "NOMAD_PORT_xmpp_port" }} }
-- https://ssl-config.mozilla.org/#server=haproxy&version=2.1&config=intermediate&openssl=1.1.0g&guideline=5.4