25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Add HTTP listener on port 5280 for admin web interface

This commit is contained in:
Evgeny Khramtsov 2018-12-13 12:06:29 +03:00
parent b43b8edb67
commit 34ac21e66b

View File

@ -85,6 +85,11 @@ listen:
ciphers: CIPHERS_INTERMEDIATE
protocol_options: PROTOCOL_OPTIONS_INTERMEDIATE
tls: true
-
port: 5280
ip: "::"
module: ejabberd_http
web_admin: true
s2s_use_starttls: optional