From cc231ecdc39d59e4a15beb56866c8c138556d8f4 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 3 Aug 2016 09:15:50 +0000 Subject: [PATCH] use /fas3 everywhere Signed-off-by: Ricky Elrod --- playbooks/include/proxies-reverseproxy.yml | 2 +- roles/fas3_server/files/accounts.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 94964fb614..391eec0eaf 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -516,7 +516,7 @@ - role: httpd/reverseproxy website: admin.fedoraproject.org destname: fas3 - remotepath: /accounts + remotepath: /fas3 localpath: /fas3 proxyurl: http://localhost:10052 when: env == "staging" diff --git a/roles/fas3_server/files/accounts.conf b/roles/fas3_server/files/accounts.conf index 1b602f39eb..70c1a26243 100644 --- a/roles/fas3_server/files/accounts.conf +++ b/roles/fas3_server/files/accounts.conf @@ -10,9 +10,9 @@ WSGIApplicationGroup %{GLOBAL} WSGIDaemonProcess fas processes=2 threads=2 maximum-requests=1000 user=fas display-name=fas inactivity-timeout=30 WSGIPythonOptimize 1 -WSGIScriptAlias /accounts /usr/sbin/fas.wsgi +WSGIScriptAlias /fas3 /usr/sbin/fas.wsgi - + WSGIProcessGroup fas Order deny,allow Allow from all