Example configuration: Clarify direct TLS listener

The ejabberd_c2s listener for port 5223 is meant to support direct TLS
access rather than STARTTLS.  Therefore, remove the 'starttls_required'
option, which had no effect.
This commit is contained in:
Holger Weiss 2023-10-16 14:32:38 +02:00
parent d5de93b8fa
commit df60818883
1 changed files with 1 additions and 2 deletions

View File

@ -36,12 +36,11 @@ listen:
- -
port: 5223 port: 5223
ip: "::" ip: "::"
tls: true
module: ejabberd_c2s module: ejabberd_c2s
max_stanza_size: 262144 max_stanza_size: 262144
shaper: c2s_shaper shaper: c2s_shaper
access: c2s access: c2s
starttls_required: true tls: true
- -
port: 5269 port: 5269
ip: "::" ip: "::"