deprecated option

This commit is contained in:
meaz 2022-04-02 22:01:38 +02:00
parent e657f258ce
commit 23e3aa4f1b
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## BOSH
prosody_bosh_enabled: 'true' # used in configure.yml
prosody_bosh_ports: '5281, 5280 '
prosody_http_ports: '5281, 5280 '
prosody_bosh_max_inactivity: '60'
prosody_bosh_secure: 'true'
prosody_ssl_key: '/path/to/key'

View File

@ -1,7 +1,7 @@
-- {{ ansible_managed }}
--BOSH setting
bosh_ports = { {{ prosody_bosh_ports }} }
http_ports = { {{ prosody_http_ports }} }
bosh_max_inactivity = {{ prosody_bosh_max_inactivity }}
consider_bosh_secure = {{ prosody_bosh_secure }} -- Use if proxying HTTPS->HTTP on the server side