From 56adfa37fb6e86e160f3a15a53b27946cc5dd30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Mon, 17 Feb 2020 15:48:15 +0100 Subject: [PATCH] Fix a warning in the config Migrate the web admin to a request handler --- site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb b/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb index fc4cbe5..d657aec 100644 --- a/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb +++ b/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb @@ -64,6 +64,7 @@ listen: "/bosh": mod_bosh "/api": mod_http_api "/upload": mod_http_upload + "/admin": ejabberd_web_admin custom_headers: "Access-Control-Allow-Origin": "*" "Access-Control-Allow-Methods": "OPTIONS, HEAD, GET, PUT" @@ -71,7 +72,6 @@ listen: "Access-Control-Allow-Credentials": "true" tls: true ## "/pub/archive": mod_http_fileserver - web_admin: true ## register: true captcha: false