icingaweb2/packages/rhel/etc/httpd/conf.d/icingaweb.conf

13 lines
210 B
Plaintext

Alias /icingaweb /usr/share/icingaweb/public
<Directory "/usr/share/icingaweb/public">
Options -Indexes
AllowOverride All
Order allow,deny
Allow from all
EnableSendfile Off
</Directory>