Skip to content

Commit

Permalink
Fix erroneous example in README.md
Browse files Browse the repository at this point in the history
Fix error regarding the shib_request_settings setting for a vhost directory. Also, fix value of said attribute to a hash instead of a string.
  • Loading branch information
aduitsis committed Sep 22, 2015
1 parent 346c0e7 commit 2ab1046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2916,7 +2916,7 @@ Allows an valid content setting to be set or altered for the application request
docroot => '/path/to/directory',
directories => [
{ path => '/path/to/directory',
shib_require_setting => 'requiresession 1',
shib_request_settings => { 'requiresession' => 'On' },
shib_use_headers => 'On',
},
],
Expand Down

0 comments on commit 2ab1046

Please sign in to comment.