]> Sergey Matveev's repositories - public-inbox.git/blobdiff - public-inbox-httpd
psgi: enable ReverseProxy middleware by default
[public-inbox.git] / public-inbox-httpd
index b871e3de067353f84b210c2fc1f1948e665783f1..6109af01a62cdad79fdd11a3bdeea9652033f94d 100644 (file)
@@ -35,6 +35,7 @@ my $refresh = sub {
                                        enable 'Deflater',
                                                content_type => $deflate_types
                                }
+                               enable 'ReverseProxy';
                                enable 'Head';
                                sub { $www->call(@_) };
                        };