Updates
This commit is contained in:
parent
8e809ccec3
commit
b0facd2d44
1 changed files with 4 additions and 4 deletions
|
@ -67,8 +67,8 @@
|
|||
bind :80
|
||||
# bind :443 ssl crt /Storage/Data/Docker/sysctl.io/letsencrypt/external/*.sysctl.io/combined.pem
|
||||
|
||||
acl is-blocked-ip src -f /etc/haproxy-blocked-ips
|
||||
http-request deny if is-blocked-ip
|
||||
# acl is-blocked-ip src -f /etc/haproxy-blocked-ips
|
||||
# http-request deny if is-blocked-ip
|
||||
|
||||
http-request redirect scheme https unless { ssl_fc }
|
||||
default_backend backend_http
|
||||
|
@ -85,8 +85,8 @@
|
|||
bind :4443
|
||||
bind :443
|
||||
|
||||
acl is-blocked-ip src -f /etc/haproxy-blocked-ips
|
||||
http-request deny if is-blocked-ip
|
||||
# acl is-blocked-ip src -f /etc/haproxy-blocked-ips
|
||||
# http-request deny if is-blocked-ip
|
||||
|
||||
default_backend backend_tcp
|
||||
backend backend_tcp
|
||||
|
|
Loading…
Reference in a new issue