aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy1_5/www/shortcuts/pkg_haproxy.inc
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2015-03-08 16:19:14 +0100
committerPiBa-NL <pba_2k3@yahoo.com>2015-03-08 16:19:14 +0100
commitba815dbdf7d2acfcd9a6ba4d0c30ac744af6ef36 (patch)
tree51dc6a70187720ff0094a4f59d3d8878c683e2d9 /config/haproxy1_5/www/shortcuts/pkg_haproxy.inc
parent8ea139b506b56aa0dc35c74102f8cc561aedf8d7 (diff)
downloadpfsense-packages-ba815dbdf7d2acfcd9a6ba4d0c30ac744af6ef36.tar.gz
pfsense-packages-ba815dbdf7d2acfcd9a6ba4d0c30ac744af6ef36.tar.bz2
pfsense-packages-ba815dbdf7d2acfcd9a6ba4d0c30ac744af6ef36.zip
haproxy-1_5, create 'release' package from haproxy-devel base, to have a 'production' stable version
Diffstat (limited to 'config/haproxy1_5/www/shortcuts/pkg_haproxy.inc')
-rw-r--r--config/haproxy1_5/www/shortcuts/pkg_haproxy.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/haproxy1_5/www/shortcuts/pkg_haproxy.inc b/config/haproxy1_5/www/shortcuts/pkg_haproxy.inc
new file mode 100644
index 00000000..1e5c75c2
--- /dev/null
+++ b/config/haproxy1_5/www/shortcuts/pkg_haproxy.inc
@@ -0,0 +1,11 @@
+<?php
+
+global $shortcuts;
+
+$shortcuts['haproxy'] = array();
+$shortcuts['haproxy']['main'] = "haproxy_global.php";
+$shortcuts['haproxy']['log'] = "diag_logs.php";
+$shortcuts['haproxy']['status'] = "status_services.php";
+$shortcuts['haproxy']['service'] = "HAProxy";
+
+?>