[SOLVED]Help to "reverse_proxying" two syncthing instances

Path matching is exact in Caddy, so /debianSync will only match exactly /debianSync and not /debianSync/foo. So if you need to match any subpaths, you’ll need to add a * like this: /debianSync*

That said, generally I recommend using subdomains rather than subpaths for separate apps: