Merge "Update horizon wsgi wrapper to the recommended one"

This commit is contained in:
Zuul 2018-10-08 08:17:35 +00:00 committed by Gerrit Code Review
commit e1276ba32d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<VirtualHost *:80>
WSGIScriptAlias %WEBROOT% %HORIZON_DIR%/openstack_dashboard/wsgi/django.wsgi
WSGIScriptAlias %WEBROOT% %HORIZON_DIR%/openstack_dashboard/wsgi.py
WSGIDaemonProcess horizon user=%USER% group=%GROUP% processes=3 threads=10 home=%HORIZON_DIR% display-name=%{GROUP}
WSGIApplicationGroup %{GLOBAL}