Enable tuned WSGI settings for logs.openstack.org

After being tested in the parent patch, this will improve the
performance of the logs and ara report browsing.

Change-Id: Ib0dd51e24e7e4cc0d4308639d27a2aba18a9e96c
This commit is contained in:
David Moreau Simard 2018-04-03 23:41:25 -04:00
parent 6b351d7fa1
commit 5cc7d0afff
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %>
<% end -%>
DocumentRoot <%= @docroot %>
WSGIDaemonProcess logs user=www-data group=www-data processes=<%= @wsgi_processes %> threads=<%= @wsgi_threads %>
WSGIProcessGroup logs
WSGIApplicationGroup %{GLOBAL}
AddType text/plain .log
AddType text/plain .sh
AddType text/plain .yaml