From 6a70b09847d1304668d3af834ff9fd4a63c51e47 Mon Sep 17 00:00:00 2001 From: David Beitey <david@davidjb.com> Date: Wed, 14 Oct 2015 17:03:37 +1000 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 675f22f..e26d0d0 100644 --- a/README.rst +++ b/README.rst @@ -123,8 +123,8 @@ Gotchas * 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 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 - Nginx serve an error page instead; for instance:: + Shibboleth authorizer is simply ignored. Typically, this is worked around by having + Nginx serve an suitable page instead; for instance:: location /secure { shib_request /shibauthorizer; -- GitLab