use /fas3 everywhere
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
acebc2828f
commit
cc231ecdc3
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue