blob: 8c5973fc53c63d02a3e16833922091ee8fcaa1ca (
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>
|