diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/varnish64/varnish_backends.xml | 2 | ||||
-rw-r--r-- | config/varnish64/varnish_custom_vcl.xml | 1 | ||||
-rw-r--r-- | config/varnish64/varnish_lb_directors.xml | 2 | ||||
-rw-r--r-- | config/varnish64/varnish_settings.xml | 1 | ||||
-rw-r--r-- | config/varnish64/varnish_sync.xml | 2 |
5 files changed, 7 insertions, 1 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> diff --git a/config/varnish64/varnish_custom_vcl.xml b/config/varnish64/varnish_custom_vcl.xml index 0794d825..fcfb3736 100644 --- a/config/varnish64/varnish_custom_vcl.xml +++ b/config/varnish64/varnish_custom_vcl.xml @@ -126,6 +126,7 @@ </custom_php_validation_command> <custom_php_resync_config_command> sync_package_varnish(); + create_varnish_rcd_file(); varnish_start(); </custom_php_resync_config_command> </packagegui>
\ No newline at end of file diff --git a/config/varnish64/varnish_lb_directors.xml b/config/varnish64/varnish_lb_directors.xml index 38431414..400f66b8 100644 --- a/config/varnish64/varnish_lb_directors.xml +++ b/config/varnish64/varnish_lb_directors.xml @@ -155,10 +155,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> diff --git a/config/varnish64/varnish_settings.xml b/config/varnish64/varnish_settings.xml index 9e275117..55d236e1 100644 --- a/config/varnish64/varnish_settings.xml +++ b/config/varnish64/varnish_settings.xml @@ -116,6 +116,7 @@ </fields> <custom_php_resync_config_command> sync_package_varnish(); + create_varnish_rcd_file(); varnish_start(); </custom_php_resync_config_command> <custom_php_validation_command> diff --git a/config/varnish64/varnish_sync.xml b/config/varnish64/varnish_sync.xml index 1db739d4..4b8ff355 100644 --- a/config/varnish64/varnish_sync.xml +++ b/config/varnish64/varnish_sync.xml @@ -189,7 +189,7 @@ </field> </fields> <custom_php_resync_config_command> - varnish_sync_on_changes(); + varnish_sync_on_changes(); </custom_php_resync_config_command> <custom_php_command_before_form> unset($_POST['temp']); |