Sunil Mohan Adapa ff247fa5aa
setup: Move app data files into respective apps
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2019-03-17 16:20:57 -04:00

15 lines
328 B
Plaintext

# Tahoe-LAFS Storage Node web interface
Listen 5678
# XXX: SSL is not configured?
# TODO: Use subdomain?
<VirtualHost *:5678>
<Location "/">
Include includes/freedombox-auth-ldap.conf
Require ldap-group cn=admin,ou=groups,dc=thisbox
ProxyPass http://localhost:1234/
</Location>
</VirtualHost>