Merge "Add WSGIPassAuthorization to the keystone apache template"

This commit is contained in:
Jenkins 2014-12-15 14:40:48 +00:00 committed by Gerrit Code Review
commit 7f80280698

View File

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