Sha256: 6beec336b333833e4719d9944034984043c84c879652f15cacc63f14be3ffaff

Contents?: true

Size: 234 Bytes

Versions: 9

Compression:

Stored size: 234 Bytes

Contents

backend default {
  .host = "127.0.0.1";
  .port = "3000";
}

sub vcl_recv {
  set req.backend = default;
  unset req.http.Cookie;
  set req.grace = 30m;
}

sub vcl_fetch {
  unset beresp.http.Set-Cookie;
  set beresp.grace = 30m;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
lacquer-0.5.5 spec/config/varnish.vcl
lacquer-0.5.4 spec/config/varnish.vcl
lacquer-0.5.3 spec/config/varnish.vcl
lacquer-0.5.2 spec/config/varnish.vcl
lacquer-0.5.1 spec/config/varnish.vcl
lacquer-0.5.0.beta4 spec/config/varnish.vcl
lacquer-0.5.0.beta3 spec/config/varnish.vcl
lacquer-0.5.0.beta2 spec/config/varnish.vcl
lacquer-0.5.0.beta1 spec/config/varnish.vcl