From 5b4ea193505690ad2d9ba8e1243638b53070e1cd Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sun, 27 Nov 2022 14:59:40 +0100 Subject: [PATCH] cleanup --- .../boost-sites/000-example/haproxy/frontend_external.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boost-proxy/templates-examples/boost-sites/000-example/haproxy/frontend_external.j2 b/boost-proxy/templates-examples/boost-sites/000-example/haproxy/frontend_external.j2 index a7314d93..b453b31d 100644 --- a/boost-proxy/templates-examples/boost-sites/000-example/haproxy/frontend_external.j2 +++ b/boost-proxy/templates-examples/boost-sites/000-example/haproxy/frontend_external.j2 @@ -19,7 +19,7 @@ # Custom directives, all conditionned by at least the "example_domains" ACL # Example: reject request from a specific IP - ### http-request deny if example_domains { src 1.2.3.4 } + ### http-request deny if example_domains { src 203.0.113.1 } # routing directives, all conditionned by (at least) the "example_domains" ACL # Maintenance mode (### -> uncomment BUT define example_maintenance_ips acl before) @@ -29,4 +29,3 @@ # … or use normal backend use_backend example if example_domains -