Zabbix Check Fix (#48)

Co-authored-by: muppeth <muppeth@disroot.org>
Reviewed-on: #48
Reviewed-by: meaz <meaz@no-reply@disroot.org>
This commit is contained in:
muppeth 2023-05-18 12:54:16 +00:00
parent e6a1ae4d89
commit d5b2c45d16
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ server {
allow 127.0.0.1;
deny all;
}
{% if item.php_check defined and item.php_check == 'true' %}
{% if item.php_check is defined and item.php_check == 'true' %}
location ~ ^/(status|ping)$ {
access_log off;
allow 127.0.0.1;