From 0b1ce5e35d02426986957f3de03a80ed62c5bd4c Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sat, 17 Sep 2022 15:16:01 +0200 Subject: [PATCH] dump a few ideas in the README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 31e318b..0a15e2a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # haproxyconf-2022 +## Request lifecycle + +1. HAProxy frontend external +2. HAProxy backend varnish +3. Varnish +4. HAProxy frontend internal +5. HAProxy backend internal +6. Web-server + +## PROXY protocol + +## Additional features + +* reject request at TCP-level for maximum efficiency +* reject request at HTTP-level for maximum customizability +* per-site maintenance mode (with IP-whitelist bypass) +* customizable DEBUG level in HTTP headers +* per-site custom error response +* Let's Encrypt challenge pass-through