From aeb9bb514226a973e70face021e5ce7aee11a39b Mon Sep 17 00:00:00 2001 From: Ricky Zhou Date: Mon, 10 Mar 2008 15:29:58 -0400 Subject: [PATCH] Fix http/https problem on pt3. --- fas/fas.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fas/fas.cfg b/fas/fas.cfg index 7328608..e557ea0 100644 --- a/fas/fas.cfg +++ b/fas/fas.cfg @@ -83,7 +83,7 @@ tg.strict_parameters = True server.webpath='/accounts' base_url_filter.on = True base_url_filter.use_x_forwarded_host = True -base_url_filter.base_url = "http://localhost:8088/accounts" +base_url_filter.base_url = "https://publictest3.fedoraproject.org/accounts" # Make the session cookie only return to the host over an SSL link # Disabled for testing.