about summary refs log tree commit homepage
path: root/examples/cgit.psgi
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cgit.psgi')
-rw-r--r--examples/cgit.psgi8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/cgit.psgi b/examples/cgit.psgi
index e72e832d..7ad38e28 100644
--- a/examples/cgit.psgi
+++ b/examples/cgit.psgi
@@ -18,14 +18,6 @@ my $pi_config = PublicInbox::Config->new;
 my $cgit = PublicInbox::Cgit->new($pi_config);
 
 builder {
-        eval {
-                enable 'Deflater',
-                        content_type => [ qw(
-                                text/html
-                                text/plain
-                                application/atom+xml
-                                )]
-        };
         eval { enable 'ReverseProxy' };
         enable 'Head';
         sub { $cgit->call($_[0]) }