Add WSGIPassAuthorization to the admin port too
Accidentally only added WSGIPassAuthorization to the public port, like all the other WSGI props, it should be added for both ports. Change-Id: I4e52e0881df464dfb7b28e22581f462e14e37bdb
This commit is contained in:
parent
7f80280698
commit
b57f636ec8
@ -22,6 +22,7 @@ Listen %ADMINPORT%
|
||||
WSGIProcessGroup keystone-admin
|
||||
WSGIScriptAlias / %ADMINWSGI%
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
WSGIPassAuthorization On
|
||||
<IfVersion >= 2.4>
|
||||
ErrorLogFormat "%{cu}t %M"
|
||||
</IfVersion>
|
||||
|
Loading…
Reference in New Issue
Block a user