Use wsgi_procs and wsgi_threads for freshmaker apache config.
This commit is contained in:
parent
b2655e43b0
commit
a907fb6d56
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RewriteCond %{HTTPS} off
|
|||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
|
||||
{% endif %}
|
||||
|
||||
WSGIDaemonProcess freshmaker user=fedmsg group=fedmsg threads=5 home=/usr/share/freshmaker
|
||||
WSGIDaemonProcess freshmaker user=fedmsg group=fedmsg processes={{wsgi_procs}} threads={{wsgi_threads}} home=/usr/share/freshmaker
|
||||
WSGIScriptAlias /{{ freshmaker_endpoint }} /usr/share/freshmaker/freshmaker.wsgi
|
||||
|
||||
##{% if freshmaker_servername != inventory_hostname %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue