fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user