blob: 0a66f39f68f14174f01626ddd80d31a17e3108e3 (
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>
|