dump a few ideas in the README

This commit is contained in:
Jérémy Lecour 2022-09-17 15:16:01 +02:00 committed by Jérémy Lecour
parent d3c04a31ea
commit 0b1ce5e35d

View file

@ -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