aboutsummaryrefslogtreecommitdiffstats
path: root/config/varnish64/varnish_backends.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-04-27 21:21:51 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-04-27 21:21:51 -0400
commitf78a59ea47984775f69368f59d88012e521f3653 (patch)
tree8aa320971186c12fc1cb1f24259c01119c1a4042 /config/varnish64/varnish_backends.xml
parentbc96caa0744c855deac346dc282513dfbff5e017 (diff)
downloadpfsense-packages-f78a59ea47984775f69368f59d88012e521f3653.tar.gz
pfsense-packages-f78a59ea47984775f69368f59d88012e521f3653.tar.bz2
pfsense-packages-f78a59ea47984775f69368f59d88012e521f3653.zip
Eliminate a case where a LB Director and a Backend may have the same name by appending BACKEND to the end of all backend names
Diffstat (limited to 'config/varnish64/varnish_backends.xml')
-rw-r--r--config/varnish64/varnish_backends.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/varnish64/varnish_backends.xml b/config/varnish64/varnish_backends.xml
index 1ee2a142..65a03499 100644
--- a/config/varnish64/varnish_backends.xml
+++ b/config/varnish64/varnish_backends.xml
@@ -183,12 +183,17 @@
</rowhelper>
</field>
</fields>
+ <custom_php_install_command>
+ varnish_install();
+ </custom_php_install_command>
<custom_php_command_before_form>
</custom_php_command_before_form>
<custom_delete_php_command>
sync_package_varnish();
+ varnish_start();
</custom_delete_php_command>
<custom_php_resync_config_command>
sync_package_varnish();
+ varnish_start();
</custom_php_resync_config_command>
</packagegui> \ No newline at end of file