]> granicus.if.org Git - ejabberd/commitdiff
Add HTTP listener on port 5280 for admin web interface
authorEvgeny Khramtsov <ekhramtsov@process-one.net>
Thu, 13 Dec 2018 09:06:29 +0000 (12:06 +0300)
committerEvgeny Khramtsov <ekhramtsov@process-one.net>
Thu, 13 Dec 2018 09:06:29 +0000 (12:06 +0300)
ejabberd.yml.example

index 8d25f9acff00e118f8477e871c43078690fd4ad6..2508f3fb0e794d6e328ffce83800ab9cce9f8741 100644 (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