1
0
Fork
You've already forked HAProxy
0
No description
2023年03月14日 21:55:35 +00:00
Layer4 nginx.conf 2023年03月14日 21:55:35 +00:00
Layer4or6 haproxy.cfg 2023年03月14日 13:57:27 +00:00
README.md README.md 2023年03月14日 13:20:08 +00:00

HAProxy and nginx-Webserver

Layer4:

tcp-mode: ssl termination on backend site(s), x-forward-for/send-proxy-v2
»» https://www.c-rieger.de/haproxy-mit-ip-forwarding-im-tcp-mode-layer-4/

Layer4or6:

http-mode: Layer 6 / http-mode with healthcheck and ssl termination on HAProxy
tcp-mode: Layer 4 / tcp-mode with http-Healthcheck
tcp-mode with ssl-passthrough: tcp-mode using SNI (e.g for Nextcloud and BigBlueButton)
»» https://www.c-rieger.de/nextcloud-haproxy-mit-und-ohne-ssl-terminierung/