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
|
WSGIProcessGroup keystone-admin
|
||||||
WSGIScriptAlias / %ADMINWSGI%
|
WSGIScriptAlias / %ADMINWSGI%
|
||||||
WSGIApplicationGroup %{GLOBAL}
|
WSGIApplicationGroup %{GLOBAL}
|
||||||
|
WSGIPassAuthorization On
|
||||||
<IfVersion >= 2.4>
|
<IfVersion >= 2.4>
|
||||||
ErrorLogFormat "%{cu}t %M"
|
ErrorLogFormat "%{cu}t %M"
|
||||||
</IfVersion>
|
</IfVersion>
|
||||||
|
Loading…
Reference in New Issue
Block a user