mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
15 lines
328 B
Plaintext
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>
|