diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-11-13 18:13:37 -0200 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-11-13 18:13:37 -0200 |
commit | 6a9b49aa740337444bdf93570ff35864dcf01c4f (patch) | |
tree | 19dcc728bcec22a08d8d8f4f5afc4c93d459000d /config/varnish3/pkg_varnish.inc | |
parent | aaec1b25b6ddf069456012b1b42239824f46cbc4 (diff) | |
download | pfsense-packages-6a9b49aa740337444bdf93570ff35864dcf01c4f.tar.gz pfsense-packages-6a9b49aa740337444bdf93570ff35864dcf01c4f.tar.bz2 pfsense-packages-6a9b49aa740337444bdf93570ff35864dcf01c4f.zip |
varnish3 - fix service startup on pfsense 2.1
Improve some gui info
add sync to configured backup server option
Diffstat (limited to 'config/varnish3/pkg_varnish.inc')
-rwxr-xr-x | config/varnish3/pkg_varnish.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/varnish3/pkg_varnish.inc b/config/varnish3/pkg_varnish.inc new file mode 100755 index 00000000..509f24e5 --- /dev/null +++ b/config/varnish3/pkg_varnish.inc @@ -0,0 +1,11 @@ +<?php + +global $shortcuts; + +$shortcuts['varnish'] = array(); +$shortcuts['varnish']['main'] = "pkg.php?xml=varnish_backends.xml"; +$shortcuts['varnish']['log'] = "diag_logs.php"; +$shortcuts['varnish']['status'] = "status_services.php"; +$shortcuts['varnish']['service'] = "varnish"; + +?>
\ No newline at end of file |