Hi
I need some help.
I installed ejabbered and it works great, but i need to change web panel address.
Default adress is , but i need to change it to domain.com, withought port number in url.
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 /
....
....
ProxyPass /admin
ProxyPassReverse /admin
And you don't need port number in url address