This commit is contained in:
arraykeys
2021-07-23 09:42:16 +08:00
parent 2f417a8a25
commit 4ba2f2feee
4 changed files with 54 additions and 2 deletions
+16 -1
View File
@@ -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}`
`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.