diff options
author | BBcan177 <bbcan177@gmail.com> | 2014-12-07 18:30:22 -0500 |
---|---|---|
committer | BBcan177 <bbcan177@gmail.com> | 2014-12-07 18:30:22 -0500 |
commit | a6ec0dd240d2c5df10e121cff0550b9c326f70eb (patch) | |
tree | 16ad1ad46cad7b181914392f9b618f02fb1b1627 /config/varnish3/varnish_settings.xml | |
parent | f51fcf2745bbff493b026d00354642b2fcb562bb (diff) | |
parent | de77645ca39ecd6b86bea62617ebf9081c07aea1 (diff) | |
download | pfsense-packages-a6ec0dd240d2c5df10e121cff0550b9c326f70eb.tar.gz pfsense-packages-a6ec0dd240d2c5df10e121cff0550b9c326f70eb.tar.bz2 pfsense-packages-a6ec0dd240d2c5df10e121cff0550b9c326f70eb.zip |
Merge branch 'master' of https://github.com/pfsense/pfsense-packages into pfBlockerNG_Beta_0.99
Diffstat (limited to 'config/varnish3/varnish_settings.xml')
-rw-r--r-- | config/varnish3/varnish_settings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/varnish3/varnish_settings.xml b/config/varnish3/varnish_settings.xml index 99e29663..accfaae8 100644 --- a/config/varnish3/varnish_settings.xml +++ b/config/varnish3/varnish_settings.xml @@ -283,10 +283,13 @@ <encoding>base64</encoding> </field> </fields> + <custom_php_command_before_form> + varnish_check_config(); + </custom_php_command_before_form> + <custom_php_resync_config_command> sync_package_varnish(); create_varnish_rcd_file(); - varnish_start(); </custom_php_resync_config_command> <custom_php_validation_command> varnish_settings_post_validate($_POST, $input_errors); |