We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6953e commit 5984f5aCopy full SHA for 5984f5a
1 file changed
ecs/conf/ejabberd.yml
@@ -28,6 +28,7 @@ define_macro:
28
PORT_TURN_MAX: 50099
29
PORT_MQTT: 1883
30
PORT_PROXY65: 7777
31
+ STARTTLS_REQUIRED: true
32
33
hosts:
34
- HOST
@@ -54,7 +55,7 @@ listen:
54
55
max_stanza_size: 262144
56
shaper: c2s_shaper
57
access: c2s
- starttls_required: true
58
+ starttls_required: STARTTLS_REQUIRED
59
-
60
port: PORT_C2S_TLS
61
ip: "::"
@@ -80,8 +81,8 @@ listen:
80
81
/bosh: mod_bosh
82
/captcha: ejabberd_captcha
83
/upload: mod_http_upload
- /ws: ejabberd_http_ws
84
/oauth: ejabberd_oauth
85
+ /websocket: ejabberd_http_ws
86
87
port: PORT_HTTP
88
0 commit comments