1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-18 17:10:33 +00:00
Arsse/dist/apache/arsse.conf

7 lines
152 B
Text
Raw Normal View History

2021-05-25 15:13:18 -04:00
DocumentRoot "/usr/share/arsse/www"
<Directory "/usr/share/arsse/www">
Require all granted
</Directory>
2021-05-25 15:13:18 -04:00
Include "/etc/arsse/apache/arsse-loc.conf"