Hi
I need some help.
I installed ejabbered and it works great, but i need to change web panel address.
Default adress is
I have apache2 web server and i try:
ProxyPass /
ProxyPassReverse /
but it does not work properly.
Can you help me add domain to apache configuration?
OK, I found the
OK, I found the solution.
Apache2 configuration:
ServerName example.com
Redirect permanent /http://example.com/admin http://example.com:5280/admin http://example.com:5280/admin
....
....
ProxyPass /admin
ProxyPassReverse /admin
And you don't need port number in url address