location /cq {
proxy_pass http://127.0.0.1:8099;
}
# 服务后面如果没加/号,那么请求时会自动将cq匹配到url后面 locahost/cq/index 代理至http://127.0.0.1:8099/cq
location /cq {
proxy_pass http://127.0.0.1:8099/;
}
# 服务如果加了/号,那么请求时会自动将cq匹配到url后面 locahost/cq/index 代理至http://127.0.0.1:8099/index
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。