From c7e38a536530adad407e36c2255d328c1d1baad2 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sat, 31 Dec 2022 13:46:22 +0000 Subject: [PATCH] squid cache_peer with login example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b0cd94..b7e2af2 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ services: And in the `squid.conf` the proxy pool would be defined like this: ``` cache_peer proxy1.com parent 3128 0 round-robin no-query -cache_peer proxy2.com parent 3128 0 round-robin no-query +cache_peer proxy2.com parent 3128 0 round-robin no-query login=user:pass ``` ### Browserless