Merge "Set WSGIApplicationGroup %{GLOBAL} as recommended"

This commit is contained in:
Zuul 2017-12-19 11:10:16 +00:00 committed by Gerrit Code Review
commit 20f84f9a26

View File

@ -36,7 +36,7 @@
WSGIDaemonProcess horizon user={{ horizon_system_user_name }} group={{ horizon_system_group_name }} processes={{ horizon_wsgi_processes | default(horizon_wsgi_threads) }} threads={{ horizon_wsgi_threads }} python-path={{ horizon_bin | dirname }}/lib/python2.7/site-packages
WSGIProcessGroup horizon
WSGIApplicationGroup horizon
WSGIApplicationGroup %{GLOBAL}
<Directory {{ horizon_lib_wsgi_file | dirname }}>
<Files django.wsgi>