Hello,
I'm new to Zabbix and I just did the setup (Apache)
I have a reverse proxy and a domain name and I would like to remove the /zabbix path from the url to access the web interface.
I would like to be able to reach Zabbix with a direct url like: zabbix.mydomain.com instead of zabbix.mydomain.com/zabbix.
Could you please help me to find the correct way to do that ? Is it possible directly from the UI ? Or should I change the apache config ? Any idea what must be changed in order to do that ?
I already searched on the forum and I found multiple threads that are not working anymore (quite old threads).
I tried to edit "DocumentRoot" from /etc/apache2/sites-available/000-default.conf
DocumentRoot /var/www/html => DocumentRoot /usr/share/zabbix
It seems ok at first sight but I think I might have broke something. Could you please tell me if it's a correct way to do it of if it will break other things ?
I'm new to Zabbix and I just did the setup (Apache)
I have a reverse proxy and a domain name and I would like to remove the /zabbix path from the url to access the web interface.
I would like to be able to reach Zabbix with a direct url like: zabbix.mydomain.com instead of zabbix.mydomain.com/zabbix.
Could you please help me to find the correct way to do that ? Is it possible directly from the UI ? Or should I change the apache config ? Any idea what must be changed in order to do that ?
I already searched on the forum and I found multiple threads that are not working anymore (quite old threads).
I tried to edit "DocumentRoot" from /etc/apache2/sites-available/000-default.conf
DocumentRoot /var/www/html => DocumentRoot /usr/share/zabbix
It seems ok at first sight but I think I might have broke something. Could you please tell me if it's a correct way to do it of if it will break other things ?
I'll see if it stays like that
Comment