haproxy.cfg aktualisiert
This commit is contained in:
parent
e99188766b
commit
936ca3214c
1 changed files with 9 additions and 1 deletions
10
haproxy.cfg
10
haproxy.cfg
|
@ -44,8 +44,16 @@ backend acmesh
|
|||
mode http
|
||||
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
|
||||
backend domainxyz
|
||||
mode http
|
||||
http-response set-header X-Robots-Tag noindex
|
||||
server web1 10.10.10.10:80
|
||||
server web1 10.10.10.10:80
|
||||
|
|
Loading…
Reference in a new issue