## ## On all sites, provide syncthing web interface on a path: /syncthing ## # Redirect /syncthing to /syncthing/ as the Syncthing server does not # work without a slash at the end. RewriteEngine On RewriteCond %{REQUEST_URI} ^/syncthing$ RewriteRule .* /syncthing/ [R=301,L] ProxyPass http://localhost:8384/ Include includes/freedombox-auth-ldap.conf Require ldap-group cn=admin,ou=groups,dc=thisbox