diff options
author | Serg <dv_serg@mail.ru> | 2010-04-27 09:33:07 +0400 |
---|---|---|
committer | Serg <dv_serg@mail.ru> | 2010-04-27 09:33:07 +0400 |
commit | 3fdcb2bd0f337503bba03b856023ff50f00ed655 (patch) | |
tree | 7529abff5493f103d487820c1dd7522eaa340474 /config/varnish64/varnish_backends.xml | |
parent | 1c02dc3cbb3129de7f071b94326229434d5c5060 (diff) | |
parent | 678612936ebfcc5fb2638eba377b9c8b7df4cea2 (diff) | |
download | pfsense-packages-3fdcb2bd0f337503bba03b856023ff50f00ed655.tar.gz pfsense-packages-3fdcb2bd0f337503bba03b856023ff50f00ed655.tar.bz2 pfsense-packages-3fdcb2bd0f337503bba03b856023ff50f00ed655.zip |
Merge branch 'master' of http://gitweb.pfsense.org/pfsense-packages/mainline
Diffstat (limited to 'config/varnish64/varnish_backends.xml')
-rw-r--r-- | config/varnish64/varnish_backends.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/config/varnish64/varnish_backends.xml b/config/varnish64/varnish_backends.xml index f8ba9953..89d2f2ba 100644 --- a/config/varnish64/varnish_backends.xml +++ b/config/varnish64/varnish_backends.xml @@ -43,6 +43,7 @@ <name>varnishbackends</name> <version>0.0.1</version> <title>Varnish: Backends</title> + <include_file>/usr/local/pkg/varnish.inc</include_file> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> @@ -72,11 +73,15 @@ </tab> <tab> <text>Settings</text> - <url>/pkg.php?xml=varnish_settings.xml</url> + <url>/pkg_edit.php?xml=varnish_settings.xml&id=0</url> </tab> <tab> <text>Custom VCL</text> - <url>/pkg.php?xml=varnish_custom_vcl.xml</url> + <url>/pkg_edit.php?xml=varnish_custom_vcl.xml&id=0</url> + </tab> + <tab> + <text>LB Directors</text> + <url>/pkg.php?xml=varnish_lb_directors.xml</url> </tab> </tabs> <adddeleteeditpagefields> |