This commit is contained in:
2023-09-12 16:26:55 +02:00
parent 1860f04994
commit 08920e4340
2 changed files with 292 additions and 292 deletions

View File

@@ -9,7 +9,7 @@ metadata:
spec:
redirectRegex:
permanent: true
regex: "https://([^\/]*)/.well-known/(card|cal)dav"
regex: "https://([^\\/]*)/.well-known/(card|cal)dav"
replacement: "https://$${1}/remote.php/dav/"
EOF
}
@@ -24,7 +24,7 @@ metadata:
spec:
redirectRegex:
permanent: false
regex: "https://([^\/]*)/.well-known/(.*)"
regex: "https://([^\\/]*)/.well-known/(.*)"
replacement: "https://$${1}/index.php/.well-known/$${2}"
EOF
}