diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2014-12-13 16:42:52 +0100 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2014-12-16 21:17:52 +0100 |
commit | c8c4f937cba7add5cdd38d8dcd1822820615be2f (patch) | |
tree | 3d35876cdfac79d86c8bbce79e3e71a168782e6c /config/haproxy-devel/haproxy.xml | |
parent | 7b9b5ac6b297792f2c61f09eb5b33133c75a2cc1 (diff) | |
download | pfsense-packages-c8c4f937cba7add5cdd38d8dcd1822820615be2f.tar.gz pfsense-packages-c8c4f937cba7add5cdd38d8dcd1822820615be2f.tar.bz2 pfsense-packages-c8c4f937cba7add5cdd38d8dcd1822820615be2f.zip |
haproxy-devel, add options to set the 'errorfile' option to replace haproxy errors like 'no server available'
Diffstat (limited to 'config/haproxy-devel/haproxy.xml')
-rw-r--r-- | config/haproxy-devel/haproxy.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/haproxy-devel/haproxy.xml b/config/haproxy-devel/haproxy.xml index acd934a7..6156c174 100644 --- a/config/haproxy-devel/haproxy.xml +++ b/config/haproxy-devel/haproxy.xml @@ -90,6 +90,11 @@ <additional_files_needed> <prefix>/usr/local/www/</prefix> <chmod>077</chmod> + <item>https://packages.pfsense.org/packages/config/haproxy-devel/haproxy_files.php</item> + </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/www/</prefix> + <chmod>077</chmod> <item>https://packages.pfsense.org/packages/config/haproxy-devel/haproxy_pools.php</item> </additional_files_needed> <additional_files_needed> |