From acebc2828f5853e338d6f863822300f53d48a688 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 3 Aug 2016 08:53:36 +0000 Subject: [PATCH] last time I checked, 100052 is not a valid port Signed-off-by: Ricky Elrod --- playbooks/include/proxies-reverseproxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 2c0aa293f0..94964fb614 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -518,5 +518,5 @@ destname: fas3 remotepath: /accounts localpath: /fas3 - proxyurl: http://localhost:100052 + proxyurl: http://localhost:10052 when: env == "staging"