aboutsummaryrefslogtreecommitdiffstats
path: root/web/etc/varnish
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2016-03-13 00:58:48 +0000
committerKristian Lyngstol <kly@kly.no>2016-03-13 00:58:48 +0000
commit7ac403641bca2ef24573e3c750ba801dd9b278e1 (patch)
tree965736913066f5d426cdb54456b459df8e70ac1c /web/etc/varnish
parent93cf4e90320df21215a081a389cd2ab98a8a2d0d (diff)
NMSjs: Get rid of more cruft.
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;