diff options
Diffstat (limited to 'config/varnish64/varnish_backends.xml')
-rw-r--r-- | config/varnish64/varnish_backends.xml | 5 |
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 |