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_settings.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_settings.xml')
-rw-r--r-- | config/varnish3/varnish_settings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/varnish3/varnish_settings.xml b/config/varnish3/varnish_settings.xml index 99e29663..b80b7fcf 100644 --- a/config/varnish3/varnish_settings.xml +++ b/config/varnish3/varnish_settings.xml @@ -283,6 +283,10 @@ <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(); |