icingaweb2/etc/apache/icingaweb.conf.in

13 lines
186 B
Plaintext

Alias @web_path@ @prefix@/public
<Directory "@prefix@/public">
Options -Indexes
AllowOverride All
Order allow,deny
Allow from all
EnableSendfile Off
</Directory>