Use wsgi_procs and wsgi_threads for freshmaker apache config.

This commit is contained in:
Ralph Bean 2018-02-02 17:18:57 +00:00
parent b2655e43b0
commit a907fb6d56

View file

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