Actually fix Zabbix directory

This commit is contained in:
Anthony Wang 2021-11-30 08:33:59 -06:00
parent ad43840c53
commit cce4d438d3
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -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;