aboutsummaryrefslogtreecommitdiffstats
path: root/web/etc/varnish
diff options
context:
space:
mode:
Diffstat (limited to 'web/etc/varnish')
-rw-r--r--web/etc/varnish/nms.vcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/etc/varnish/nms.vcl b/web/etc/varnish/nms.vcl
index e4b4747..4f1a855 100644
--- a/web/etc/varnish/nms.vcl
+++ b/web/etc/varnish/nms.vcl
@@ -30,6 +30,7 @@ sub vcl_recv {
return (pass);
}
+ return (pass);
# Brukes ikke. Cookies er for nubs.
unset req.http.Cookie;