about summary refs log tree commit homepage
path: root/script/public-inbox.cgi
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 /script/public-inbox.cgi
parent6ef495caacffe26bfc131fa1995373c42316def0 (diff)
downloadpublic-inbox-5e14b8e68483ab412b4a3ae1a62429237143b89b.tar.gz
We don't need to care about client IPs anywhere.
Diffstat (limited to 'script/public-inbox.cgi')
-rwxr-xr-xscript/public-inbox.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/public-inbox.cgi b/script/public-inbox.cgi
index 5b2aefe2..2b7f737d 100755
--- a/script/public-inbox.cgi
+++ b/script/public-inbox.cgi
@@ -20,7 +20,7 @@ my $app = 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
         # enable 'ReverseProxy';