Fix typo in shibboleth federation docs

The WSGIScriptAlias is actually a WSGIScriptAliasMatch

Change-Id: I329b08680a380fee4fb964e8afa18910b47ce4b9
This commit is contained in:
pallavi 2016-05-17 12:53:03 +05:30 committed by Steve Martinelli
parent 386726d7a6
commit 7f2b7e58e7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ example:
Configure your Keystone virtual host and adjust the config to properly handle SAML2 workflow:
Add this *WSGIScriptAlias* directive to your public vhost configuration::
Add this *WSGIScriptAliasMatch* directive to your public vhost configuration::
WSGIScriptAliasMatch ^(/v3/OS-FEDERATION/identity_providers/.*?/protocols/.*?/auth)$ /usr/local/bin/keystone-wsgi-public/$1