kellyseeme commented on issue #8483:
URL: https://github.com/apache/apisix/issues/8483#issuecomment-1342245539
if i use the vars ,http will directly return the result,not redirect to https
"vars": [
[
"scheme",
"==",
"http"
]
],
"plugins": {
"redirect": {
"uri": "https://$host$request_uri",
"ret_code": 301
}
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]