Browse code

Merge "Add WSGIPassAuthorization to the admin port too"

Jenkins authored on 2014/12/18 18:47:41
Showing 1 changed files
... ...
@@ -22,6 +22,7 @@ Listen %ADMINPORT%
22 22
     WSGIProcessGroup keystone-admin
23 23
     WSGIScriptAlias / %ADMINWSGI%
24 24
     WSGIApplicationGroup %{GLOBAL}
25
+    WSGIPassAuthorization On
25 26
     <IfVersion >= 2.4>
26 27
       ErrorLogFormat "%{cu}t %M"
27 28
     </IfVersion>