summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2019-09-21 22:20:20 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2019-09-21 22:20:20 +0300
commit6d9be82e1bf63b3985045b4d25b7c202806c929a (patch)
tree123e2165c3f551832534a85b13340ade9f999029 /ejabberd.yml.example
parentBump acme version (diff)
Avoid excessive quoting in request_handlers of example config
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example16
1 files changed, 8 insertions, 8 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 6c45a41b..ffeb7d73 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -48,19 +48,19 @@ listen:
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
+ /admin: ejabberd_web_admin
+ /api: mod_http_api
+ /bosh: mod_bosh
+ /captcha: ejabberd_captcha
+ /upload: mod_http_upload
+ /ws: ejabberd_http_ws
-
port: 5280
ip: "::"
module: ejabberd_http
request_handlers:
- "/admin": ejabberd_web_admin
- "/.well-known/acme-challenge": ejabberd_acme
+ /admin: ejabberd_web_admin
+ /.well-known/acme-challenge: ejabberd_acme
-
port: 1883
ip: "::"