]> Sergey Matveev's repositories - public-inbox.git/blobdiff - examples/newswww.psgi
stop auto-loading Plack::Middleware::Deflater
[public-inbox.git] / examples / newswww.psgi
index 3cce7191da827518a6544c7db5f0d6aed2ecd9e9..52ad7043eb60db716a38ec5782dfa71a12e6226f 100644 (file)
@@ -36,14 +36,6 @@ builder {
        # regular PublicInbox::WWW code:
        # see comments in examples/public-inbox.psgi for more info:
        mount '/' => builder {
-               eval {
-                       enable 'Deflater',
-                               content_type => [ qw(
-                                       text/html
-                                       text/plain
-                                       application/atom+xml
-                                       )]
-               };
                eval { enable 'ReverseProxy' };
                enable 'Head';
                sub { $www->call($_[0]) }