Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
haproxy [31/12/2021 - 07:46] – thommie4 | haproxy [25/05/2025 - 13:00] (aktuell) – thommie_netzwissen.de | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== Allgemeine Konfiguration ====== | ====== Allgemeine Konfiguration ====== | ||
- | [[http:// | + | [[http:// |
Konfiguration verifizieren | Konfiguration verifizieren | ||
- | |||
< | < | ||
+ | |||
/ | / | ||
+ | |||
</ | </ | ||
+ | ====== Debugging ====== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== Stats ===== | ||
+ | |||
+ | ====== Aktuelle Versionen ====== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | (Standard Focal hat nur V. 2.0) | ||
====== HAPROXY als SSL Accelerator ====== | ====== HAPROXY als SSL Accelerator ====== | ||
Zeile 130: | Zeile 142: | ||
acl demoredirect hdr_dom(host) -i www.demofolder.com | acl demoredirect hdr_dom(host) -i www.demofolder.com | ||
http-request redirect location https:// | http-request redirect location https:// | ||
+ | |||
</ | </ | ||
+ | |||