squid cache_peer with login example
This commit is contained in:
parent
e58ddc669d
commit
c7e38a5365
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue