From 6a9b49aa740337444bdf93570ff35864dcf01c4f Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Wed, 13 Nov 2013 18:13:37 -0200 Subject: varnish3 - fix service startup on pfsense 2.1 Improve some gui info add sync to configured backup server option --- config/varnish3/varnish_custom_vcl.xml | 49 +++++++++++++++++++++++++++++----- 1 file changed, 43 insertions(+), 6 deletions(-) (limited to 'config/varnish3/varnish_custom_vcl.xml') diff --git a/config/varnish3/varnish_custom_vcl.xml b/config/varnish3/varnish_custom_vcl.xml index 86a9cdca..c0bb0e80 100644 --- a/config/varnish3/varnish_custom_vcl.xml +++ b/config/varnish3/varnish_custom_vcl.xml @@ -9,6 +9,7 @@ varnish_settings.xml part of pfSense (http://www.pfSense.com) Copyright (C) 2010 Scott Ullrich + Copyright (C) 2013 Marcello Coutinho All rights reserved. */ /* ========================================================================== */ @@ -77,57 +78,93 @@ + + listtopic + vcl_recv_early + vcl_recv_early vcl_recv_early + + Paste your custom vcl_recv]]> code here. This code will be included at the beginning of the vcl_recv function. textarea - 50 + 90 10 base64 + + listtopic + vcl_recv_late + vcl_recv_late vcl_recv_late + + Paste your custom vcl_recv]]> code here. This code will be included at the end of the vcl_recv function. textarea - 50 + 90 10 base64 + + listtopic + vcl_fetch_early + vcl_fetch_early vcl_fetch_early + + Paste your custom vcl_fetch]]> code here. This code will be included at the beginning of the vcl_fetch function. textarea - 50 + 90 10 base64 + + listtopic + vcl_fetch_late + vcl_fetch_late vcl_fetch_late + + Paste your custom vcl_fetch]]> code here. This code will be included at the end of the vcl_fetch function. textarea - 50 + 90 10 base64 + + listtopic + vcl_pipe_early + vcl_pipe_early vcl_pipe_early + + Paste your custom vcl_pipe]]> code here. This code will be included at the beginning of the vcl_pipe function. textarea - 50 + 90 10 base64 + + listtopic + vcl_pipe_late + vcl_pipe_late vcl_pipe_late + + Paste your custom vcl_pipe]]> code here. This code will be included at the end of the vcl_pipe function. textarea - 50 + 90 10 base64 -- cgit v1.2.3