Merge "Set WSGIApplicationGroup %{GLOBAL} as recommended"
This commit is contained in:
commit
20f84f9a26
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user