dump a few ideas in the README
This commit is contained in:
parent
d3c04a31ea
commit
0b1ce5e35d
1 changed files with 19 additions and 0 deletions
19
README.md
19
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
|
||||
|
|
Loading…
Add table
Reference in a new issue