From: des Date: Thu, 19 Oct 2006 09:16:42 +0000 (+0000) Subject: Additional commentary X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c01f197f5046d7ed3d99febd806b0938d7a52347;p=varnish Additional commentary git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1197 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/etc/vcl.conf b/varnish-cache/etc/vcl.conf index 4941503f..2952613a 100644 --- a/varnish-cache/etc/vcl.conf +++ b/varnish-cache/etc/vcl.conf @@ -11,6 +11,7 @@ backend default { } sub vcl_recv { + # pass mode can't handle POST (yet) if (req.request == "POST") { pipe; }