Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Production: Upgrade Varnish to latest #94

@mshmsh5000

Description

@mshmsh5000

Needs to be the same version as in QA, so we can maintain consistent VCL rules.

See #83 -- if this ruleset is stored in an external VCL, both prod and QA default.vcl can include that file.

if (path = "aboutus") then
route to pool1;

if (path = "campaigns") then
route to pool2;

We can define pool1 and pool2 in the main default.vcl files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions