1
0
Fork 0
forked from exozyme/nginx

Change Zabbix root to /usr/share/webapps/zabbix

This commit is contained in:
Anthony Wang 2021-11-27 11:35:14 -06:00
parent 52984945f8
commit 3872865136
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -3,7 +3,7 @@ server {
listen [::]:80;
server_name 192.168.1.13;
root /srv/http;
root /usr/share/webapps/zabbix;
index index.php;
location /zabbix/ {