Skip to content
Snippets Groups Projects
Commit 2cd94065 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes long lasting connections will let lying haproxy processes

parent 784b2809
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ dest = "/etc/haproxy/crt-list"
keys = [
"/services"
]
reload_cmd = "/docker exec haproxy service haproxy reload"
reload_cmd = "/docker exec haproxy /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid -st $(sleep 1 && /docker exec haproxy cat /var/run/haproxy.pid)"
......@@ -4,5 +4,5 @@ dest = "/etc/haproxy/haproxy.cfg"
keys = [
"/services"
]
reload_cmd = "/docker exec haproxy service haproxy reload"
reload_cmd = "/docker exec haproxy /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid -st $(/docker exec haproxy cat /var/run/haproxy.pid)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment