icingaweb2/.vagrant-puppet/files/etc/httpd/conf.d/icinga2-web.conf

11 lines
162 B
Plaintext

<Directory "/var/www/html/icinga2-web">
Options -Indexes
AllowOverride All
Order allow,deny
Allow from all
EnableSendfile Off
</Directory>