haproxy.cfg aktualisiert
This commit is contained in:
parent
e99188766b
commit
936ca3214c
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue