blob: 9b11957f43efe09fed6d84468fa847433c70aa74 (
plain)
1
2
3
4
5
6
7
8
|
Listen 8080
DocumentRoot /opt/app-root/src/output
<Directory "/opt/app-root/src/output">
Options Indexes
IndexOptions FancyIndexing NameWidth=*
IndexStyleSheet kraxel.css
Require all granted
</Directory>
|