Files
EdgeCommon/pkg/rpc/jsons/reverse_proxy_ref.md

19 lines
348 B
Markdown
Raw Normal View History

2023-06-17 21:05:03 +08:00
# 反向代理引用
## 定义
~~~json
{
"isOn": "是否启用",
"isPrior": "是否覆盖上级配置,用于路由规则",
"reverseProxyId": "反向代理ID"
}
~~~
其中:
* `reverseProxyId` - 反向代理ID可以通过 `/ReverseProxyService/createReverseProxy` 创建
## 示例
~~~json
{
"isOn": true,
"reverseProxyId": 123
}
~~~