about summary refs log tree commit homepage
path: root/examples/public-inbox.psgi
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-03 01:04:10 +0000
committerEric Wong <e@80x24.org>2016-07-03 01:04:10 +0000
commit5e14b8e68483ab412b4a3ae1a62429237143b89b (patch)
treea10ba7c0a1aac8544655b8116997b0605b51a423 /examples/public-inbox.psgi
parent6ef495caacffe26bfc131fa1995373c42316def0 (diff)
downloadpublic-inbox-5e14b8e68483ab412b4a3ae1a62429237143b89b.tar.gz
We don't need to care about client IPs anywhere.
Diffstat (limited to 'examples/public-inbox.psgi')
-rw-r--r--examples/public-inbox.psgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/public-inbox.psgi b/examples/public-inbox.psgi
index 11e2a6e7..e97f917f 100644
--- a/examples/public-inbox.psgi
+++ b/examples/public-inbox.psgi
@@ -29,7 +29,7 @@ builder {
 
         # Enable to ensure redirects and Atom feed URLs are generated
         # properly when running behind a reverse proxy server which
-        # sets X-Forwarded-For and X-Forwarded-Proto request headers.
+        # sets the X-Forwarded-Proto request header.
         # See Plack::Middleware::ReverseProxy documentation for details
         eval { enable 'ReverseProxy' };
         $@ and warn