aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-01-13 12:28:08 +0100
committerAlex Auvolat <alex@adnab.me>2022-01-13 12:28:08 +0100
commitf8d21c8b375641f8a134cff88f5a5efaa8a17e38 (patch)
tree2343567d9de656db8796fe1a7e4fd9c8510b9e89
parent85e1e7d8a4669ff46bbb75353f544605ebd603ea (diff)
downloadtricot-f8d21c8b375641f8a134cff88f5a5efaa8a17e38.tar.gz
tricot-f8d21c8b375641f8a134cff88f5a5efaa8a17e38.zip
Add sentence in doc
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 22afc99..0b758b7 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ Tricot does the following things:
- Renew these certificates when they reach half of their designated lifetime
- Expose an HTTPS port where all of the requests are forwarded to one of the back-end services, based on matching rules (see below)
- Expose an HTTP port that redirects everything to the HTTPS port (the HTTP port is mandatory as it is also used for Let's Encrypt validation)
+- Load-balance incoming requests among different available backends, or redirect all requests to the best-available matching backend, depending on desired configuration
- Optionnally, compress data comming from the backend before forwarding it to the client
### Configuring Tricot