From 029e9eafad803a93ffbec47501ca5455f182aaa6 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 19 Mar 2015 17:48:05 +0000 Subject: [PATCH] Switch FedOAuth to Ipsilon in stg --- roles/haproxy/files/haproxy.cfg.stg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/haproxy/files/haproxy.cfg.stg b/roles/haproxy/files/haproxy.cfg.stg index 4a1950b64b..7fe3316ce2 100644 --- a/roles/haproxy/files/haproxy.cfg.stg +++ b/roles/haproxy/files/haproxy.cfg.stg @@ -93,9 +93,9 @@ listen totpcgiprovision 0.0.0.0:10019 server fas01 fas01:8444 check inter 5s rise 1 fall 2 option httpchk GET /index.cgi -listen fedoauth 0.0.0.0:10020 +listen ipsilon 0.0.0.0:10020 balance hdr(appserver) - server fedoauth01 fedoauth01:80 check inter 10s rise 1 fall 2 + server ipsilon01 ipsilon01: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