diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2014-12-01 00:27:45 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2014-12-01 00:27:45 -0200 |
commit | 013b19b7ab96847cffc6fdb9c6adb29f4da47323 (patch) | |
tree | f7024e1032fb25bb9f68bd1eb16e8467caf3a867 /config/varnish3/varnish_sync.xml | |
parent | bc7e20f0fac8c79d7c7e20371006c12944748b8d (diff) | |
download | pfsense-packages-013b19b7ab96847cffc6fdb9c6adb29f4da47323.tar.gz pfsense-packages-013b19b7ab96847cffc6fdb9c6adb29f4da47323.tar.bz2 pfsense-packages-013b19b7ab96847cffc6fdb9c6adb29f4da47323.zip |
varnish3 - Add force ssl option to LB Directors, config check before reload and improve stats gui
Diffstat (limited to 'config/varnish3/varnish_sync.xml')
-rw-r--r-- | config/varnish3/varnish_sync.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/varnish3/varnish_sync.xml b/config/varnish3/varnish_sync.xml index eb908afe..c5b4b69c 100644 --- a/config/varnish3/varnish_sync.xml +++ b/config/varnish3/varnish_sync.xml @@ -136,5 +136,6 @@ </custom_php_resync_config_command> <custom_php_command_before_form> unset($_POST['temp']); + varnish_check_config(); </custom_php_command_before_form> </packagegui>
\ No newline at end of file |