diff --git a/zabbix.conf b/zabbix.conf index 6ba0787..c846308 100644 --- a/zabbix.conf +++ b/zabbix.conf @@ -10,7 +10,7 @@ server { if ($scheme ~ ^http:) { rewrite ^(.*)$ https://$host$1 permanent; } - alias /srv/http/zabbix/; + alias /usr/share/webapps/zabbix/; index index.php; error_page 403 404 502 503 504 /zabbix/index.php;