please help me set up the proxy to the address correctly http://server/webdav or http://server.local/webdav . I have a local server, access is only via LAN and tailscale.
This is my config:
http:
routers:
webdav:
entryPoints:
- web
rule: "PathPrefix(`/webdav`)"
service: webdav
middlewares:
- "stripprefix-webdav"
middlewares:
stripprefix-webdav:
stripPrefix:
prefixes:
- "/webdav"
services:
webdav:
loadBalancer:
servers:
- url: "http://10.10.11.1:1080"
Some clients do not connect to the server.