]> git.pld-linux.org Git - packages/zabbix.git/blame - zabbix-apache.conf
up to 6.0.29
[packages/zabbix.git] / zabbix-apache.conf
CommitLineData
cc59f647 1Alias /zabbix /usr/share/zabbix/frontends/php
66fbc8af
AM
2<Directory /usr/share/zabbix/frontends/php>
3 <IfModule mod_authz_host.c>
4 Require all granted
5 </IfModule>
6 <IfModule mod_access_compat.c>
7 Order allow,deny
8 Allow from all
9 </IfModule>
10</Directory>
11
This page took 0.480449 seconds and 4 git commands to generate.