1
0
mirror of https://github.com/umputun/reproxy.git synced 2024-11-24 08:12:31 +02:00

add line break for better formatting

This commit is contained in:
Umputun 2021-04-09 19:33:25 -05:00
parent 5bf6b632ff
commit 38b7f8b002

View File

@ -16,7 +16,9 @@ Optional assets server can be used to serve static files.
Starting reproxy requires at least one provider defined. The rest of parameters are strictly optional and have sane default.
example with a static provider: `reproxy --static.enabled --rule="example.com/api/(.*),https://api.example.com/$1"`
example with a static provider:
`reproxy --static.enabled --rule="example.com/api/(.*),https://api.example.com/$1"`
## Install