If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Ad Widget
Collapse
Docker container for zabbix-web-apache-mysql:alpine-6.0.13 ?
In the local machine I hace running docker and an apache server, this have a proxy reverse configurations with any others webservices.
Por example:
## ZABBIX
ProxyPass /zabbix http://127.0.0.1:8016/zabbix
ProxyPassReverse /zabbix http://127.0.0.1:8016/zabbix
And when go to URL "server(zabbix" I got the index.php but all elements missing with a 404 code. because the apache is going to "https://server/assets/styles/blue-theme.css" but the correct is "https://server/zabbix/assets/styles/blue-theme.css"
Comment