From 3dafc11783abae37f94d17dd679ac059db3562c0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 28 Jan 2015 02:23:37 +0000 Subject: [PATCH] Omit the ".stg" here. None of the other services use it. --- roles/haproxy/files/haproxy.cfg.stg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/files/haproxy.cfg.stg b/roles/haproxy/files/haproxy.cfg.stg index b4ebddeb2b..6d333f42cb 100644 --- a/roles/haproxy/files/haproxy.cfg.stg +++ b/roles/haproxy/files/haproxy.cfg.stg @@ -95,7 +95,7 @@ listen totpcgiprovision 0.0.0.0:10019 listen fedoauth 0.0.0.0:10020 balance hdr(appserver) - server fedoauth01.stg fedoauth01.stg:80 check inter 10s rise 1 fall 2 + server fedoauth01 fedoauth01:80 check inter 10s rise 1 fall 2 option httpchk GET /static/fedora/fedora-authn-logo-white.png listen askbot 0.0.0.0:10021