From 3a08187bf45b8f33864d575034fbb424b0c5878b Mon Sep 17 00:00:00 2001 From: David Beitey <david@davidjb.com> Date: Mon, 28 Sep 2015 13:50:07 +1000 Subject: [PATCH] Fix incorrect documentation about shib_request --- CONFIG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONFIG.rst b/CONFIG.rst index 20afdaa..e1cfc53 100644 --- a/CONFIG.rst +++ b/CONFIG.rst @@ -13,7 +13,8 @@ Steps #. Configure Shibboleth FastCGI authorizer and reponsder applicatons to run. #. Configure Nginx to talk to both FastCGI authorizer and responder. #. Configure your Nginx application ``location`` block with ``shib_request - on``. + /shibauthorizer``, where ``/shibauthorizer`` is the path to your Shibboleth + authorizer location inside Nginx. #. Configure Shibboleth's ``shibboleth2.xml`` so the authorizer and responder are aware of which paths to protect. #. Ensure your application code accepts the relevant incoming headers for -- GitLab