Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
haproxy [17/08/2024 - 07:06] – Externe Bearbeitung 127.0.0.1 | 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 ====== | ====== Aktuelle Versionen ====== | ||
- | https:// | + | [[https:// |
(Standard Focal hat nur V. 2.0) | (Standard Focal hat nur V. 2.0) | ||
- | |||
====== HAPROXY als SSL Accelerator ====== | ====== HAPROXY als SSL Accelerator ====== | ||
Zeile 137: | 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:// | ||
+ | |||
</ | </ | ||
+ | |||