Merge "Document httpd for accept on /identity, /identity_admin"
This commit is contained in:
commit
c043818cad
@ -48,3 +48,23 @@ Listen 35357
|
|||||||
</IfVersion>
|
</IfVersion>
|
||||||
</Directory>
|
</Directory>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
Alias /identity /usr/local/bin/keystone-wsgi-public
|
||||||
|
<Location /identity>
|
||||||
|
SetHandler wsgi-script
|
||||||
|
Options +ExecCGI
|
||||||
|
|
||||||
|
WSGIProcessGroup keystone-public
|
||||||
|
WSGIApplicationGroup %{GLOBAL}
|
||||||
|
WSGIPassAuthorization On
|
||||||
|
</Location>
|
||||||
|
|
||||||
|
Alias /identity_admin /usr/local/bin/keystone-wsgi-admin
|
||||||
|
<Location /identity_admin>
|
||||||
|
SetHandler wsgi-script
|
||||||
|
Options +ExecCGI
|
||||||
|
|
||||||
|
WSGIProcessGroup keystone-admin
|
||||||
|
WSGIApplicationGroup %{GLOBAL}
|
||||||
|
WSGIPassAuthorization On
|
||||||
|
</Location>
|
||||||
|
Loading…
Reference in New Issue
Block a user