diff options
Diffstat (limited to 'config/varnish64')
-rw-r--r-- | config/varnish64/varnish_backends.xml (renamed from config/varnish64/backends.xml) | 8 | ||||
-rw-r--r-- | config/varnish64/varnish_custom_vcl.xml | 2 | ||||
-rw-r--r-- | config/varnish64/varnish_settings.xml | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/config/varnish64/backends.xml b/config/varnish64/varnish_backends.xml index 8a0921de..067d6aa5 100644 --- a/config/varnish64/backends.xml +++ b/config/varnish64/varnish_backends.xml @@ -6,7 +6,7 @@ <![CDATA[ /* ========================================================================== */ /* - backends.xml + varnish_backends.xml part of pfSense (http://www.pfSense.com) Copyright (C) 2010 Scott Ullrich All rights reserved. @@ -42,7 +42,7 @@ <faq>Currently there are no FAQ items provided.</faq> <name>varnishbackends</name> <version>0.0.1</version> - <title>Varnish: Whitelist</title> + <title>Varnish: Backends</title> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> @@ -62,12 +62,12 @@ <name>Varnish </name> <tooltiptext></tooltiptext> <section>Services</section> - <configfile>backends.xml</configfile> + <configfile>varnish_backends.xml</configfile> </menu> <tabs> <tab> <text>Varnish Backends</text> - <url>/pkg.php?xml=backends.xml</url> + <url>/pkg.php?xml=varnish_backends.xml</url> <active/> </tab> <tab> diff --git a/config/varnish64/varnish_custom_vcl.xml b/config/varnish64/varnish_custom_vcl.xml index 678ea83a..c03d3352 100644 --- a/config/varnish64/varnish_custom_vcl.xml +++ b/config/varnish64/varnish_custom_vcl.xml @@ -48,7 +48,7 @@ <tabs> <tab> <text>Backends</text> - <url>/pkg.php?xml=backends.xml</url> + <url>/pkg.php?xml=varnish_backends.xml</url> </tab> <tab> <text>Settings</text> diff --git a/config/varnish64/varnish_settings.xml b/config/varnish64/varnish_settings.xml index 8fa9b1ce..823deb6e 100644 --- a/config/varnish64/varnish_settings.xml +++ b/config/varnish64/varnish_settings.xml @@ -48,7 +48,7 @@ <tabs> <tab> <text>Backends</text> - <url>/pkg.php?xml=backends.xml</url> + <url>/pkg.php?xml=varnish_backends.xml</url> </tab> <tab> <text>Settings</text> |