summaryrefslogtreecommitdiff
path: root/net-proxy/haproxy/files/haproxy.confd
diff options
context:
space:
mode:
authorMarcin Deranek <gringo@slonko.net>2019-07-07 10:57:59 +0200
committerMarcin Deranek <gringo@slonko.net>2019-07-07 10:57:59 +0200
commitacbe4b37988feae6bb478dcf93586e85438f74f4 (patch)
treefcb05c9fefbb632151d4dbcab7ef3be7be2f6591 /net-proxy/haproxy/files/haproxy.confd
parent8acec2b3f4b9bd03b2662d783039cb0ac4cfa140 (diff)
downloadportage-acbe4b37988feae6bb478dcf93586e85438f74f4.tar.gz
portage-acbe4b37988feae6bb478dcf93586e85438f74f4.tar.bz2
portage-acbe4b37988feae6bb478dcf93586e85438f74f4.zip
Already upstream
Diffstat (limited to 'net-proxy/haproxy/files/haproxy.confd')
-rw-r--r--net-proxy/haproxy/files/haproxy.confd14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-proxy/haproxy/files/haproxy.confd b/net-proxy/haproxy/files/haproxy.confd
deleted file mode 100644
index 30739eb..0000000
--- a/net-proxy/haproxy/files/haproxy.confd
+++ /dev/null
@@ -1,14 +0,0 @@
-# HAProxy config file(s), space separated
-#CONFIGS="/etc/haproxy/haproxy.cfg"
-
-# Additional HAProxy command line options
-HAPROXY_OPTS=""
-
-# If you want to make use ot the new seamless reload you can just write your own
-# reload_seamless function here. It will be called by the init script.
-# For more information on how to use that feature please have a look at the
-# "seamless_reload.txt" documentation file (requires net-proxy/haproxy[examples])
-#reload_seamless() {
-# checkpath -d -m 0700 haproxy:haproxy "/run/haproxy/"
-# socat /run/haproxy/socket - <<< "show servers state" > /run/haproxy/global.state
-#}