about summary refs log tree commit homepage
path: root/public-inbox-httpd
diff options
context:
space:
mode:
Diffstat (limited to 'public-inbox-httpd')
-rw-r--r--public-inbox-httpd1
1 files changed, 1 insertions, 0 deletions
diff --git a/public-inbox-httpd b/public-inbox-httpd
index b871e3de..6109af01 100644
--- a/public-inbox-httpd
+++ b/public-inbox-httpd
@@ -35,6 +35,7 @@ my $refresh = sub {
                                         enable 'Deflater',
                                                 content_type => $deflate_types
                                 }
+                                enable 'ReverseProxy';
                                 enable 'Head';
                                 sub { $www->call(@_) };
                         };