]> Sergey Matveev's repositories - public-inbox.git/commit
psgi: enable ReverseProxy middleware by default
authorEric Wong <e@80x24.org>
Fri, 26 Feb 2016 09:15:36 +0000 (09:15 +0000)
committerEric Wong <e@80x24.org>
Fri, 26 Feb 2016 09:15:36 +0000 (09:15 +0000)
commitac6f7081a484a053ddb60a2f8b6b6487664827ac
tree9e74bc1f3b8b247be7e8c6e4489521d337dd9a6a
parentc3c73cd734203b4ab5d840dcc7e3e733100b1957
psgi: enable ReverseProxy middleware by default

ReverseProxy is the common way to run Perl applications,
so enable it by default and don't care too much about fake
requests because we don't handle any sensitive information
or rely on authentication (everything is read-only from
the WWW interface and will remain so).
examples/public-inbox.psgi
public-inbox-httpd