Merge "WSGI configuration missing directive"

This commit is contained in:
Jenkins 2017-09-21 13:30:44 +00:00 committed by Gerrit Code Review
commit e9626f1f07

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