help request: How to setup http_upgrade on apisix dashboard #8177
xerox-xeon
started this conversation in
Show and tell
Replies: 1 comment
-
we can use
in APISIX Dashboard, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
like this:$http_upgrade !~* ^WebSocket$ ) {
if (
return 404;
}
Environment
apisix version
):uname -a
):openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):Beta Was this translation helpful? Give feedback.
All reactions