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
|
||||
}
|
||||
@@ -23,8 +23,8 @@ metadata:
|
||||
labels: ${jsonencode(local.common-labels)}
|
||||
spec:
|
||||
redirectRegex:
|
||||
permanent: true
|
||||
regex: "https://(.*)/.well-known/(.*)"
|
||||
replacement: "https://$${1}/index.php/$${2}"
|
||||
permanent: false
|
||||
regex: "https://([^\/]*)/.well-known/(.*)"
|
||||
replacement: "https://$${1}/index.php/.well-known/$${2}"
|
||||
EOF
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user