From 29325f12b01c5680e2e8d95d931c4c2ae7cb2fe4 Mon Sep 17 00:00:00 2001 From: shiraorie Date: Tue, 3 Mar 2026 10:51:33 +0500 Subject: [PATCH] Create zabbix.conf --- files/zabbix.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 files/zabbix.conf diff --git a/files/zabbix.conf b/files/zabbix.conf new file mode 100644 index 0000000..a1d6c1a --- /dev/null +++ b/files/zabbix.conf @@ -0,0 +1,10 @@ + + ServerName au-team.irpo + ServerAlias mon.au-team.irpo + DocumentRoot /var/www/html/zabbix/ui + Alias /zabbix /usr/share/zabbix/ui + + AllowOverride All + Options -Indexes +FollowSymLinks + +