I'm trying to mirror a site but the server only responses with gzip pages so wget won't recurse. I've searched around and there are some references to a patch to add gzip support to wget however they seem to be out of date. Is there anyway to do this? If not I was considering reverse proxying it through nginx.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
You have 2^H4 ways:
this will be slow, but should work
+prevent-compression
|
||||
|
Accept-Encoding: identityin the HTTP request header? – scai Dec 13 '12 at 8:11