nagiosql/debian/apache.conf

32 lines
532 B
ApacheConf
Raw Normal View History

2017-05-22 11:26:31 +02:00
Alias /nagiosql "/usr/share/nagiosql/htdocs"
<Directory "/usr/share/nagiosql/htdocs">
Options FollowSymLinks
DirectoryIndex index.php
<IfVersion < 2.3>
Order Allow,Deny
Allow From All
</IfVersion>
<IfVersion >= 2.3>
Require all granted
</IfVersion>
</Directory>
2019-04-18 17:46:49 +02:00
<Directory "/etc/nagiosql">
Options -Indexes -FollowSymLinks
<IfVersion < 2.3>
Order Allow,Deny
Allow From All
</IfVersion>
<IfVersion >= 2.3>
Require all granted
</IfVersion>
</Directory>