I configured ejabberd via ejabberd.yml. When I try to access the admin site it gives me 404 message.
Http related part of the configuration file:
-
port: 5280
module: ejabberd_http
## request_handlers:
## "/pub/archive": mod_http_fileserver
web_admin: true
http_poll: true
http_bind: true
## register: true
captcha: true
Is there any other step that I should take in order to enable web administration?
Thank you.
@borjagvo