Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example9
1 files changed, 5 insertions, 4 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 52a9c9f66..e62dd8bc2 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -57,19 +57,20 @@ listen:
port: 5443
ip: "::"
module: ejabberd_http
+ tls: true
request_handlers:
+ "/admin": ejabberd_web_admin
"/api": mod_http_api
"/bosh": mod_bosh
+ "/captcha": ejabberd_captcha
"/upload": mod_http_upload
"/ws": ejabberd_http_ws
- web_admin: true
- captcha: true
- tls: true
-
port: 5280
ip: "::"
module: ejabberd_http
- web_admin: true
+ request_handlers:
+ "/admin": ejabberd_web_admin
-
port: 1883
ip: "::"