blob: d1d1defb50e552ec27405848bf77d480213663a8 (
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 darkmode.css
Require all granted
</Directory>
|