We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proxy_pass.md 中 94 行
proxy_pass.md
// 访问: /api/ 后端: /v1 // 访问: /api/xx 后端: /v1xx // 访问: /api/xx?aa 后端: /v1xx // 访问: /api-xx?aa 后端: /-xx?aa location /api/ { proxy_pass http://node:8080/v1; }
其中的访问 /api-xx?aa,应该是匹配失败的,不会被转发给后端。
/api-xx?aa
The text was updated successfully, but these errors were encountered:
5b59029
感谢 @EdenHell ~
Sorry, something went wrong.
No branches or pull requests
proxy_pass.md
中 94 行其中的访问
/api-xx?aa
,应该是匹配失败的,不会被转发给后端。The text was updated successfully, but these errors were encountered: