1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-07-12 22:20:55 +02:00

drop unneeded EOL from readme

This commit is contained in:
Umputun
2021-04-16 14:09:30 -05:00
parent 4fdb8f63c9
commit 9ffae3449b
2 changed files with 3 additions and 4 deletions

View File

@ -25,8 +25,7 @@ Server can be set as FQDN, i.e. `s.example.com` or `*` (catch all). Requested ur
For convenience, requests with the trailing `/` and without regex groups expanded to `/(.*)`, and destinations in those cases expanded to `/$1`. I.e. `/api/` -> `http://127.0.0.1/service` will be translated to `^/api/(.*)` -> `http://127.0.0.1/service/$1` For convenience, requests with the trailing `/` and without regex groups expanded to `/(.*)`, and destinations in those cases expanded to `/$1`. I.e. `/api/` -> `http://127.0.0.1/service` will be translated to `^/api/(.*)` -> `http://127.0.0.1/service/$1`
Both HTTP and HTTPS supported. For HTTPS, static certificate can be used as well as automated ACME (Let's Encrypt) certificates. Both HTTP and HTTPS supported. For HTTPS, static certificate can be used as well as automated ACME (Let's Encrypt) certificates. Optional assets server can be used to serve static files.
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. Starting reproxy requires at least one provider defined. The rest of parameters are strictly optional and have sane default.

File diff suppressed because one or more lines are too long