resultsdb /web to /
This commit is contained in:
parent
b951f4ec82
commit
6b8a6c9e67
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@
|
|||
host: "resultsdb{{ env_suffix }}.fedoraproject.org"
|
||||
serviceport: web
|
||||
servicename: resultsdb-frontend
|
||||
path: /web
|
||||
path: /
|
||||
|
||||
# rollouts
|
||||
- role: openshift/rollout
|
||||
|
|
|
@ -30,7 +30,7 @@ metadata:
|
|||
data:
|
||||
resultsdb_frontend.conf: |-
|
||||
WSGIDaemonProcess resultsdb_frontend user=apache group=apache threads=5
|
||||
WSGIScriptAlias /web /usr/share/resultsdb_frontend/resultsdb_frontend.wsgi
|
||||
WSGIScriptAlias / /usr/share/resultsdb_frontend/resultsdb_frontend.wsgi
|
||||
WSGISocketPrefix /tmp/wsgi
|
||||
|
||||
<Directory /usr/share/resultsdb_frontend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue