diff --git a/nixos/hosts/osaka-linode-01/firewall.nix b/nixos/hosts/osaka-linode-01/firewall.nix index f77d5769..a718c762 100644 --- a/nixos/hosts/osaka-linode-01/firewall.nix +++ b/nixos/hosts/osaka-linode-01/firewall.nix @@ -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