mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
fix static proxy example in docs
This commit is contained in:
@@ -39,7 +39,7 @@ Both HTTP and HTTPS supported. For HTTPS, static certificate can be used as well
|
||||
|
||||
Examples:
|
||||
|
||||
- with a static provider: `reproxy --static.enabled --static.rule="example.com/api/(.*),https://api.example.com/$1"`
|
||||
- with a static provider: `reproxy --static.enabled --static.rule="*,example.com/api/(.*),https://api.example.com/$1"`
|
||||
- with an automatic docker discovery: `reproxy --docker.enabled --docker.auto`
|
||||
- as a docker container: `docker up -p 80:8080 umputun/reproxy --docker.enabled --docker.auto`
|
||||
- with automatic SSL: `docker up -p 80:8080 -p 443:8443 umputun/reproxy --docker.enabled --docker.auto --ssl.type=auto --ssl.fqdn=example.com`
|
||||
|
||||
Reference in New Issue
Block a user