| commit | 7ed4318d15d43cdf9c82ee14242fdd8af2613f7d | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Dec 18 09:47:41 2014 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Dec 18 09:47:41 2014 +0000 |
| tree | 3569bf1553591218307b27508bdffed2a9f04f80 | |
| parent | 56a7477a7e1c4f22731a4d1bf7ab50c004b2fbce [diff] | |
| parent | b57f636ec8fc648917c05c80469473d4f1deb14e [diff] |
Merge "Add WSGIPassAuthorization to the admin port too"
diff --git a/files/apache-keystone.template b/files/apache-keystone.template index b0cfb84..2190d83 100644 --- a/files/apache-keystone.template +++ b/files/apache-keystone.template
@@ -22,6 +22,7 @@ WSGIProcessGroup keystone-admin WSGIScriptAlias / %ADMINWSGI% WSGIApplicationGroup %{GLOBAL} + WSGIPassAuthorization On <IfVersion >= 2.4> ErrorLogFormat "%{cu}t %M" </IfVersion>