X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=script%2Fpublic-inbox.cgi;h=62eae8eb75c972da588ed0f8b8803fc2f8e4a7ba;hb=69329215485cf2ab9d8cd1fa7faf65d8ec42dc0b;hp=5b2aefe2311b1ab5e5e21e49bb60ade4a41fc5d6;hpb=c3509baca0b103a0c9d034de06f3ddc5fc9426fd;p=public-inbox.git diff --git a/script/public-inbox.cgi b/script/public-inbox.cgi index 5b2aefe2..62eae8eb 100755 --- a/script/public-inbox.cgi +++ b/script/public-inbox.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2016 all contributors +# Copyright (C) 2014-2018 all contributors # License: AGPL-3.0+ or later # # Enables using PublicInbox::WWW as a CGI script @@ -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';