use /fas3 everywhere

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2016-08-03 09:15:50 +00:00
parent acebc2828f
commit cc231ecdc3
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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
<Location /accounts>
<Location /fas3>
WSGIProcessGroup fas
Order deny,allow
Allow from all