remove obsolete options

This commit is contained in:
meaz 2022-04-02 21:57:48 +02:00
parent 6415acfaf5
commit e657f258ce
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
3 changed files with 0 additions and 3 deletions

View File

@ -3,6 +3,5 @@ prosody_bosh_enabled: 'true' # used in configure.yml
prosody_bosh_ports: '5281, 5280 '
prosody_bosh_max_inactivity: '60'
prosody_bosh_secure: 'true'
prosody_bosh_cross_domain: 'true'
prosody_ssl_key: '/path/to/key'
prosody_ssl_cert: '/path/to/cert'

View File

@ -120,7 +120,6 @@ prosody_modules:
module_enabled: 'true'
extra_options:
- 'consider_websocket_secure = true'
- 'cross_domain_websocket = true'
- name: 'posix'
description: 'POSIX functionality, sends server to background, enables syslog, etc.'

View File

@ -4,7 +4,6 @@
bosh_ports = { {{ prosody_bosh_ports }} }
bosh_max_inactivity = {{ prosody_bosh_max_inactivity }}
consider_bosh_secure = {{ prosody_bosh_secure }} -- Use if proxying HTTPS->HTTP on the server side
cross_domain_bosh = {{ prosody_bosh_cross_domain }} -- Allow access from scripts on any site with no proxy (requires a modern browser)
ssl = {
key = "{{ prosody_ssl_key }}";