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
1 changed files with 5 additions and 0 deletions

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