blob: cc4a7375ed8fbb268d3667bd4a92260599955fde (
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 DescriptionWidth=*
HeaderName README.html
Require all granted
</Directory>
|