From 095b392983ed13275888082fb07dec857ae7821e Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 2 Feb 2024 12:02:02 +0000 Subject: automatic import of zabbix --- zabbix-web.conf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 zabbix-web.conf (limited to 'zabbix-web.conf') diff --git a/zabbix-web.conf b/zabbix-web.conf new file mode 100644 index 0000000..34c38b4 --- /dev/null +++ b/zabbix-web.conf @@ -0,0 +1,35 @@ +# +# Zabbix monitoring system php web frontend +# + +Alias /zabbix /usr/share/zabbix + + + Options FollowSymLinks + AllowOverride None + Require all granted + + + DirectoryIndex index.php + + + + SetHandler "proxy:unix:/run/php-fpm/zabbix.sock|fcgi://localhost" + + + + + Require all denied + + + + Require all denied + + + + Require all denied + + + + Require all denied + -- cgit v1.2.3