]> git.pld-linux.org Git - packages/zabbix.git/blob - zabbix-apache.conf
up to 6.0.29
[packages/zabbix.git] / zabbix-apache.conf
1 Alias /zabbix /usr/share/zabbix/frontends/php
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.138581 seconds and 3 git commands to generate.