Mercurial > prosody-wiki
changeset 337:da79793316ff
Since this only works starting with 0.9 remove autoloaded modules from modules_enabled.
author | florob@babelmonkeys.de |
---|---|
date | Sat, 06 Apr 2013 16:00:30 +0000 |
parents | b33e70726d6a |
children | d3f2060ac16a |
files | mod_admin_web.wiki |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_admin_web.wiki Fri Apr 05 13:10:13 2013 +0000 +++ b/mod_admin_web.wiki Sat Apr 06 16:00:30 2013 +0000 @@ -9,7 +9,7 @@ "admin_web" needs to be added to the modules_enabled table of the host you want to load this module on. -By default the interface will then be reachable under `http://example.com:5280/admin`, and also `https://example.com:5281/admin`. +By default the interface will then be reachable under `http://example.com:5280/admin`, or `https://example.com:5281/admin`. The module will automatically enable two other modules if they aren't already: mod_bosh (used to connect to the server from the web), and mod_admin_adhoc (which provides admin commands over XMPP). @@ -18,8 +18,6 @@ modules_enabled = { ..... "admin_web"; - "bosh"; -- Required, auto-loaded in 0.9 - "admin_adhoc"; -- Required, auto-loaded in 0.9 ..... } }}}