From d568301316b60e5e5b44a68a04284f47efe884ba Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Mar 2019 23:37:26 -0600 Subject: [PATCH] Update haproxy.config --- templates/haproxy.config | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/haproxy.config b/templates/haproxy.config index efa544e1..e489e33d 100755 --- a/templates/haproxy.config +++ b/templates/haproxy.config @@ -83,8 +83,6 @@ listen NGINX_HTTP     option forwardfor     timeout tunnel 1h     option redispatch -    option abortonclose -    maxconn 40000     server iDS-Webserver1 10.5.10.120:80 weight 250 cookie iDS-Webserver1 check port 80 inter 4000 rise 2 fall 2 slowstart 8000 minconn 0 maxconn 0 on-marked-down shutdown-sessions     server iDS-Webserver2 10.5.10.121:80 weight 100 cookie iDS-Webserver2 check port 80 inter 4000 rise 2 fall 2 slowstart 8000 minconn 0 maxconn 0 on-marked-down shutdown-sessions @@ -99,8 +97,6 @@ listen NGINX_SSL     option forwardfor     timeout tunnel 1h     option redispatch -    option abortonclose -    maxconn 40000     server iDS-Webserver1-SSL 10.5.10.120:443 weight 250 cookie iDS-Webserver1-SSL check inter 4000 rise 2 fall 2 slowstart 8000 minconn 0 maxconn 0 on-marked-down shutdown-sessions     server iDS-Webserver2-SSL 10.5.10.121:443 weight 100 cookie iDS-Webserver2-SSL check inter 4000 rise 2 fall 2 slowstart 8000 minconn 0 maxconn 0 on-marked-down shutdown-sessions @@ -115,8 +111,6 @@ listen Gitea     option forwardfor     timeout tunnel 1h     option redispatch -    option abortonclose -    maxconn 40000     server iDS-Webserver1-SSL 10.5.10.120:443 weight 250 cookie iDS-Webserver1-SSL check inter 4000 rise 2 fall 2 slowstart 8000 minconn 0 maxconn 0 on-marked-down shutdown-sessions     server iDS-Webserver2-SSL 10.5.10.121:443 weight 100 cookie iDS-Webserver2-SSL check inter 4000 rise 2 fall 2 slowstart 8000 minconn 0 maxconn 0 on-marked-down shutdown-sessions backup