Better match with latest developpement #24

Merged
meaz merged 5 commits from prosody_update into master 2022-09-06 21:37:22 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 23e3aa4f1b - Show all commits

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