Skip to content
Verified Commit 8319ffca authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

apache: re-add Content-Encoding=gzip to .gz files



this will make them displayed in browsers, etc
Also, drop the auto-inflate thing, that causes apt and clients that
actually expects compressed content to blow up (and we really shouldn't
decompress silently anyway: if we say we are encoding in gzip we should
serve stuff encoded with gz.

AddEncoding seems to do something more than just add the
Content-Encoding header, as client not specifing Accept-Encoding=gzip
would fail with 406.  Let's just add the single header manually for now.

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 19159b18
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment