diff options
Diffstat (limited to 'config/varnish64/varnish_backends.xml')
-rw-r--r-- | config/varnish64/varnish_backends.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/varnish64/varnish_backends.xml b/config/varnish64/varnish_backends.xml index e426d444..4fe4d294 100644 --- a/config/varnish64/varnish_backends.xml +++ b/config/varnish64/varnish_backends.xml @@ -208,10 +208,12 @@ </custom_php_command_before_form> <custom_delete_php_command> sync_package_varnish(); + create_varnish_rcd_file(); varnish_start(); </custom_delete_php_command> <custom_php_resync_config_command> sync_package_varnish(); + create_varnish_rcd_file(); varnish_start(); </custom_php_resync_config_command> <custom_php_validation_command> |