-
Hello,
|
Beta Was this translation helpful? Give feedback.
Answered by
lcrilly
Nov 1, 2023
Replies: 1 comment 1 reply
-
Yup, we can do that with this [
{
"match": {
"uri": ["*api_v2*", "*api_v3*"]
},
"action": {
"share": "/var/www/old/public$uri"
}
},
{
"action": {
"share": "/var/www/new/public$uri"
}
}
] |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lcrilly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yup, we can do that with this
routes
object :)