13 lines
210 B
Plaintext
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>
|
||
|
|