change direct_tls_ports to s2s_direct_tls_ports and c2s_direct_tls_ports (#20)

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #20
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Co-authored-by: meaz <meaz@no-reply@disroot.org>
Co-committed-by: meaz <meaz@no-reply@disroot.org>
This commit is contained in:
meaz 2022-02-24 21:10:50 +00:00
parent 6e764cd388
commit 33fbf1149b
2 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,8 @@ prosody_community_modules_path: "/usr/lib/prosody-modules"
prosody_custom_script_path: '/etc/prosody/custom_scripts'
prosody_statistics: ''
prosody_direct_tls_ports: 5223
prosody_c2s_direct_tls_ports: 5223
prosody_s2s_direct_tls_ports: 5269
firewall_module_enabled: 'true'

View File

@ -35,8 +35,8 @@ contact_info = { {{ prosody_contact_info }} }
http_host = "{{ prosody_http_host }}"
http_external_url = "{{ prosody_http_external_url }}"
direct_tls_ports = { {{ prosody_direct_tls_ports }} }
c2s_direct_tls_ports = { {{ prosody_c2s_direct_tls_ports }} }
s2s_direct_tls_ports = { {{ prosody_s2s_direct_tls_ports }} }
-- Enable use of libevent for better performance under high load
-- For more information see: http://prosody.im/doc/libevent