## ## 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] Include includes/freedombox-single-sign-on.conf ProxyPass http://localhost:8384/ TKTAuthToken "admin" "syncthing-access"