]> Sergey Matveev's repositories - public-inbox.git/blobdiff - examples/cgit.psgi
stop auto-loading Plack::Middleware::Deflater
[public-inbox.git] / examples / cgit.psgi
index e72e832d03be09b9c5aeedbc9620a2e1a40c4681..7ad38e2802246fe491ad5464da5964440e4894b9 100644 (file)
@@ -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]) }