about summary refs log tree commit homepage
path: root/examples/public-inbox.psgi
diff options
context:
space:
mode:
Diffstat (limited to 'examples/public-inbox.psgi')
-rw-r--r--examples/public-inbox.psgi9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/public-inbox.psgi b/examples/public-inbox.psgi
index 9891a1f0..3537be2c 100644
--- a/examples/public-inbox.psgi
+++ b/examples/public-inbox.psgi
@@ -22,15 +22,6 @@ my $src = $ENV{SRC_GIT_DIR}; # '/path/to/public-inbox.git'
 $src = PublicInbox::Git->new($src) if defined $src;
 
 builder {
-        eval {
-                enable 'Deflater',
-                        content_type => [ qw(
-                                text/html
-                                text/plain
-                                application/atom+xml
-                                )]
-        };
-
         # Enable to ensure redirects and Atom feed URLs are generated
         # properly when running behind a reverse proxy server which
         # sets the X-Forwarded-Proto request header.