1 |
# |
2 |
# Zabbix monitoring system php web frontend |
3 |
# |
4 |
|
5 |
Alias /zabbix /usr/share/zabbix |
6 |
|
7 |
<Directory "/usr/share/zabbix"> |
8 |
Options FollowSymLinks |
9 |
AllowOverride None |
10 |
Require all granted |
11 |
|
12 |
<FilesMatch \.(php|phar)$> |
13 |
SetHandler "proxy:unix:/run/php-fpm/zabbix.sock|fcgi://localhost" |
14 |
</FilesMatch> |
15 |
</Directory> |
16 |
|
17 |
<Directory "/usr/share/zabbix/conf"> |
18 |
Require all denied |
19 |
</Directory> |
20 |
|
21 |
<Directory "/usr/share/zabbix/app"> |
22 |
Require all denied |
23 |
</Directory> |
24 |
|
25 |
<Directory "/usr/share/zabbix/include"> |
26 |
Require all denied |
27 |
</Directory> |
28 |
|
29 |
<Directory "/usr/share/zabbix/local"> |
30 |
Require all denied |
31 |
</Directory> |