Merge "Add WSGIPassAuthorization to the admin port too"

This commit is contained in:
Jenkins 2014-12-18 09:47:41 +00:00 committed by Gerrit Code Review
commit 7ed4318d15

View File

@ -22,6 +22,7 @@ Listen %ADMINPORT%
WSGIProcessGroup keystone-admin
WSGIScriptAlias / %ADMINWSGI%
WSGIApplicationGroup %{GLOBAL}
WSGIPassAuthorization On
<IfVersion >= 2.4>
ErrorLogFormat "%{cu}t %M"
</IfVersion>