forked from Deuxfleurs/infrastructure
Fix prosody listening
This commit is contained in:
parent
847540f7b7
commit
34c5544ef5
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ cross_domain_bosh = false;
|
||||||
consider_bosh_secure = true;
|
consider_bosh_secure = true;
|
||||||
component_ports = { } -- it seems we don't need external components for now...
|
component_ports = { } -- it seems we don't need external components for now...
|
||||||
https_ports = { } -- we don't need https
|
https_ports = { } -- we don't need https
|
||||||
http_ports = { 5280 }
|
http_ports = { {{env "NOMAD_PORT_bosh_port" }} }
|
||||||
c2s_ports = { 5222 }
|
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
|
-- https://ssl-config.mozilla.org/#server=haproxy&version=2.1&config=intermediate&openssl=1.1.0g&guideline=5.4
|
||||||
|
|
Loading…
Reference in a new issue