From b67663c947733030b1edf3d1ae269599e3ad83a2 Mon Sep 17 00:00:00 2001
From: David Beitey <david@davidjb.com>
Date: Mon, 30 Mar 2015 22:52:54 +1000
Subject: [PATCH] Add comment about the proxy_pass directive

---
 README.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.rst b/README.rst
index 0dda562..45cdd40 100644
--- a/README.rst
+++ b/README.rst
@@ -85,6 +85,8 @@ Usage
         more_clear_input_headers 'displayName' 'mail' 'persistent-id';
 
         shib_request /shibauthorizer;
+        # Backend application that will receive Shibboleth variables as request
+        # headers from the FastCGI authorizer
         proxy_pass http://localhost:8080;
     }
 
-- 
GitLab