Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Re: easy chaining to an upstream proxy #29

@jayfitzpatrick

Description

@jayfitzpatrick

Hi,

Not an issue, but I saw your comment for a potential improvement,
Launching with the following commands forces traffic to round robin between a pair of upstream proxies

Jay

docker run --net host -d
-e SQUID_DIRECTIVES="
prefer_direct off
nonhierarchical_direct off
cache_peer 10.0.0.6 parent 8080 0 no-query default no-digest weight=1
cache_peer 10.0.0.7 parent 8080 0 no-query default no-digest weight=1
" jpetazzo/squid-in-a-can

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions