diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 23:53:07 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 23:53:07 -0400 |
commit | c150f3ed7e41f94d3c7dee262270eb74b54c0016 (patch) | |
tree | a565280d49277a7070a1e2823aad24c622c6fd1a | |
parent | bdaa46543dac343fb0b14523c5645b484d574834 (diff) | |
download | pfsense-packages-c150f3ed7e41f94d3c7dee262270eb74b54c0016.tar.gz pfsense-packages-c150f3ed7e41f94d3c7dee262270eb74b54c0016.tar.bz2 pfsense-packages-c150f3ed7e41f94d3c7dee262270eb74b54c0016.zip |
Note where the file is located
-rw-r--r-- | config/varnish64/varnish.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/varnish64/varnish.inc b/config/varnish64/varnish.inc index 464a3dc9..949b574e 100644 --- a/config/varnish64/varnish.inc +++ b/config/varnish64/varnish.inc @@ -353,6 +353,8 @@ $varnish_config_file = <<<EOF # Varnish configuration file # Automatically generated by the pfSense package system +# This file is located in /var/etc/default.vcl + sub vcl_error { {$errorvcl} } |