Skip to content
Snippets Groups Projects
Commit 6a70b098 authored by David Beitey's avatar David Beitey
Browse files

Update README.rst

parent b2a675b6
No related branches found
No related tags found
No related merge requests found
...@@ -123,8 +123,8 @@ Gotchas ...@@ -123,8 +123,8 @@ Gotchas
* Subrequest response bodies cannot be returned to the client as Nginx does not currently * Subrequest response bodies cannot be returned to the client as Nginx does not currently
support NGX_HTTP_SUBREQUEST_IN_MEMORY (whereby it would be buffered in memory and could support NGX_HTTP_SUBREQUEST_IN_MEMORY (whereby it would be buffered in memory and could
be returned to the client) for FastCGI. As a result, the response body from the be returned to the client) for FastCGI. As a result, the response body from the
Shibboleth authorizer are simply ignored. Typically, this is worked around by having Shibboleth authorizer is simply ignored. Typically, this is worked around by having
Nginx serve an error page instead; for instance:: Nginx serve an suitable page instead; for instance::
location /secure { location /secure {
shib_request /shibauthorizer; shib_request /shibauthorizer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment