From c01f197f5046d7ed3d99febd806b0938d7a52347 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 19 Oct 2006 09:16:42 +0000 Subject: [PATCH] Additional commentary git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1197 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/etc/vcl.conf | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5