resultsdb /web to /

This commit is contained in:
Leonardo Rossetti 2022-04-27 17:46:25 -03:00
parent b951f4ec82
commit 6b8a6c9e67
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@
host: "resultsdb{{ env_suffix }}.fedoraproject.org"
serviceport: web
servicename: resultsdb-frontend
path: /web
path: /
# rollouts
- role: openshift/rollout

View file

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