summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2018-12-13 12:06:29 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2018-12-13 12:06:29 +0300
commit34ac21e66b16a82094e3ce0f6b3f61916daca0c9 (patch)
tree9e4f94faa3e3d2e2544184331cfdc301e7985c0f /ejabberd.yml.example
parentFix a pair of small typos (diff)
Add HTTP listener on port 5280 for admin web interface
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 8d25f9ac..2508f3fb 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -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