forked from exozyme/nginx
Actually fix Zabbix directory
This commit is contained in:
parent
ad43840c53
commit
cce4d438d3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue