bump resources for resultsdb_frontend as well
This commit is contained in:
parent
1122f3cdba
commit
40d18baf38
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
|
{% if deployment_type in ['stg', 'prod'] %}
|
||||||
|
WSGIDaemonProcess resultsdb_frontend user=apache group=apache threads=100 processes=10
|
||||||
|
{% else %}
|
||||||
WSGIDaemonProcess resultsdb_frontend user=apache group=apache threads=5
|
WSGIDaemonProcess resultsdb_frontend user=apache group=apache threads=5
|
||||||
|
{% endif %}
|
||||||
WSGIScriptAlias /{{ resultsdb_fe_endpoint }} /usr/share/resultsdb_frontend/resultsdb_frontend.wsgi
|
WSGIScriptAlias /{{ resultsdb_fe_endpoint }} /usr/share/resultsdb_frontend/resultsdb_frontend.wsgi
|
||||||
WSGISocketPrefix run/wsgi
|
WSGISocketPrefix run/wsgi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue