diff --git a/data/etc/apache2/conf-available/i2p-plinth.conf b/data/etc/apache2/conf-available/i2p-plinth.conf index 3aa37a579..3262c2076 100644 --- a/data/etc/apache2/conf-available/i2p-plinth.conf +++ b/data/etc/apache2/conf-available/i2p-plinth.conf @@ -8,6 +8,10 @@ ## mod_proxy_html ## + # Disable compression + # As soon as it has to be chunked, it doesn't work + RequestHeader unset Accept-Encoding + ProxyPass http://localhost:7657 ProxyPassReverse http://localhost:7657