From a97ea758531bd3e46a1d4f96adc1591072c19e39 Mon Sep 17 00:00:00 2001 From: Richard Mawdsley Date: Fri, 30 Jul 2021 12:38:49 +0100 Subject: [PATCH] Updated Proxy examples (markdown) --- Proxy-examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index c30249d..07fc7c5 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -647,9 +647,9 @@ Updated above 30/07 - I realised after the first config that because ACL1-4 have Updated again 30/07 - ^ Yeah that didnt work. This all stems because HaProxy doesnt allow for 'AND' in ACL's. Sigh. Now with the above, you cofigure a front end for you root domain. This has a deny for itself, and anything not specified. So if you have multiple other subdomains you're passing through, you need to add them here all under ACL01. Now everything works as it should! ``` -**Notes** +**Important Notes** ``` -1) You must keep the Domain up to date with any other sub domains on an allow list +1) You must keep the Domain FrontEnd up to date with any other sub domains on an allow list 2) On the Domain FrontEnd, ACL01 must be top of the Actions table - or atleast above ACL00 3) Duplicate Use of ACL names is intentional. No I havent typoed them. ACL00, ACL01 etc ```