mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
i2p: Disable compression on /i2p/
As soon as a response has to be chunked, something goes wrong and the response cannot be decoded. freedombox-team/plinth#1428 Request: I2P support Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
25d3f76434
commit
f0f32b014b
@ -8,6 +8,10 @@
|
|||||||
## mod_proxy_html
|
## mod_proxy_html
|
||||||
##
|
##
|
||||||
<Location /i2p>
|
<Location /i2p>
|
||||||
|
# Disable compression
|
||||||
|
# As soon as it has to be chunked, it doesn't work
|
||||||
|
RequestHeader unset Accept-Encoding
|
||||||
|
|
||||||
ProxyPass http://localhost:7657
|
ProxyPass http://localhost:7657
|
||||||
ProxyPassReverse http://localhost:7657
|
ProxyPassReverse http://localhost:7657
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user