From 4ba2f2feee871f12039b766c11a355504be91510 Mon Sep 17 00:00:00 2001 From: arraykeys Date: Fri, 23 Jul 2021 09:42:16 +0800 Subject: [PATCH] update --- README.md | 17 ++++++++++++++++- README_ZH.md | 11 +++++++++++ docs/manual/manual.md | 17 ++++++++++++++++- docs/manual/zh/manual.md | 11 +++++++++++ 4 files changed, 54 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 794c839..70fe062 100644 --- a/README.md +++ b/README.md @@ -2064,4 +2064,19 @@ Client service parameters can use placeholders: `{AGENT_ID}` to refer to the age For example, client service parameters: -`client -T tcp -P 1.1.1.1:30000 --k {AGENT_ID}` \ No newline at end of file +`client -T tcp -P 1.1.1.1:30000 --k {AGENT_ID}` + +## 12. http, https website reverse proxy + +The proxy can reverse proxy http and https websites. + +The supported features are as follows: +- http and https are converted to each other. +- multiple upstream. +- upstream load balance. +- upstream high available. +- path mapping. +- path protection. +- alias names of bindings. + +For detail usage, please refer to the configuration file [rhttp.toml](https://github.com/snail007/goproxy/blob/master/rhttp.toml), which has a complete configuration description. \ No newline at end of file diff --git a/README_ZH.md b/README_ZH.md index 1cad2aa..c2b79dc 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -2179,7 +2179,18 @@ client服务参数里面可以通过使用占位符:`{AGENT_ID}`引用agent的 2.如果使用了代理参数`-u`,务必设置唯一标示参数`-i`,不然cluster无法区分不同的agent,agent将不能正常工作。 +## http、https 网站反向代理 +proxy可以对 http 和 https 网站进行反向代理。 +支持特性如下: +- http和https相互转换。 +- 多个后端。 +- 多个后端负载均衡。 +- 多个后端高可用。 +- 目录映射转发。 +- 路径保护。 +- 绑定的域名,可以另外指定别名。 +具体使用可以参考配置文件 [rhttp.toml](https://github.com/snail007/goproxy/blob/master/rhttp.toml) ,里面有完整配置说明。 diff --git a/docs/manual/manual.md b/docs/manual/manual.md index f327276..957e794 100644 --- a/docs/manual/manual.md +++ b/docs/manual/manual.md @@ -1864,4 +1864,19 @@ Client service parameters can use placeholders: `{AGENT_ID}` to refer to the age For example, client service parameters: -`client -T tcp -P 1.1.1.1:30000 --k {AGENT_ID}` \ No newline at end of file +`client -T tcp -P 1.1.1.1:30000 --k {AGENT_ID}` + +## 12. http, https website reverse proxy + +The proxy can reverse proxy http and https websites. + +The supported features are as follows: +- http and https are converted to each other. +- multiple upstream. +- upstream load balance. +- upstream high available. +- path mapping. +- path protection. +- alias names of bindings. + +For detail usage, please refer to the configuration file [rhttp.toml](https://github.com/snail007/goproxy/blob/master/rhttp.toml), which has a complete configuration description. \ No newline at end of file diff --git a/docs/manual/zh/manual.md b/docs/manual/zh/manual.md index 2d641a6..a8c53d8 100644 --- a/docs/manual/zh/manual.md +++ b/docs/manual/zh/manual.md @@ -1963,7 +1963,18 @@ client服务参数里面可以通过使用占位符:`{AGENT_ID}`引用agent的 2.如果使用了代理参数`-u`,务必设置唯一标示参数`-i`,不然cluster无法区分不同的agent,agent将不能正常工作。 +## http、https 网站反向代理 +proxy可以对 http 和 https 网站进行反向代理。 +支持特性如下: +- http和https相互转换。 +- 多个后端。 +- 多个后端负载均衡。 +- 多个后端高可用。 +- 目录映射转发。 +- 路径保护。 +- 绑定的域名,可以另外指定别名。 +具体使用可以参考配置文件 [rhttp.toml](https://github.com/snail007/goproxy/blob/master/rhttp.toml) ,里面有完整配置说明。