haproxy.cfg aktualisiert

This commit is contained in:
Phil 2024-02-19 21:06:22 +01:00
parent e99188766b
commit 936ca3214c

View file

@ -44,6 +44,14 @@ backend acmesh
mode http mode http
server acmesh 127.0.0.1:60001 server acmesh 127.0.0.1:60001
backend no_match
mode http
http-request deny deny_status 404
backend ssl_redirect
mode http
redirect scheme https
# Custom backends # Custom backends
backend domainxyz backend domainxyz
mode http mode http