rmfakecloud-proxy/README.md

25 lines
445 B
Markdown
Raw Normal View History

2021-02-12 00:36:22 +01:00
# rmfakecloud-proxy
2018-08-19 17:02:20 +08:00
Single-minded HTTPS reverse proxy
2018-08-17 00:39:01 +08:00
2021-02-12 00:36:22 +01:00
(forked from https://github.com/yi-jiayu/secure)
2018-08-17 00:39:01 +08:00
## Usage
```
2018-08-18 00:03:05 +08:00
usage: secure [-addr host:port] -cert certfile -key keyfile upstream
-addr string
listen address (default ":443")
-cert string
path to cert file
-key string
path to key file
upstream string
upstream url
```
### Example
```
secure -cert cert.pem -key key.pem http://localhost:6060
2018-08-17 00:39:01 +08:00
```