WSGI configuration missing directive

WSGI configuration is missing the directive
"WSGIApplicationGroup %{GLOBAL}" after
WSGIProcessGroup" in the horizon template.
Of all WSGI configuration templates it is
the only one that does not have the
"WSGIApplicationGroup" line.

Change-Id: I3001901abbaae842f49179b6febf844337431afc
Closes-Bug: #1717922
This commit is contained in:
Pierre Hanselmann 2017-09-20 11:19:07 +02:00
parent f455674245
commit 8298afef01
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ TraceEnable off
WSGIProcessGroup horizon-http
WSGIScriptAlias / {{ python_path }}/openstack_dashboard/wsgi/django.wsgi
WSGIPassAuthorization On
WSGIApplicationGroup %{GLOBAL}
<Location "/">
Require all granted