From 7549eb85d206e9283ce952cdef76ff2ec11ee6cc Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 22 Dec 2009 15:31:09 -0500 Subject: Add advanced pass thru box for frontend edit screen --- config/haproxy/haproxy.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/haproxy/haproxy.inc') diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc index a14a4fd8..377d440d 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -151,6 +151,10 @@ function haproxy_configure() { fwrite ($fd, "{$backendinfo}"); fwrite ($fd, "{$listenip}"); + // Advanced pass trhu + if($backend['advanced']) + fwrite ($fd, "{$backend['advanced']}"); + // https is an alias for tcp for clarity purpouses if(strtolower($backend['type']) == "https") { $backend_type = "tcp"; -- cgit v1.2.3