blob: 77b7a82fb6e515adf8ff2c86dba20527289ac914 (
plain)
1
2
3
4
5
6
7
|
Listen 8080
DocumentRoot /opt/app-root/src/output
<Directory "/opt/app-root/src/output">
Options Indexes
IndexOptions FancyIndexing DescriptionWidth=*
Require all granted
</Directory>
|