X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fpublic-inbox.psgi;h=3537be2c794b7d460948da876e43e6d68311d08e;hb=8862c33ae93eea1af6246cd3c7a81e0a122186bf;hp=9891a1f03e747a6a5cf92a1aec51789c40e5243b;hpb=9253dc860de52360d3bc60710422783457143e3d;p=public-inbox.git 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.