Changes between Initial Version and Version 1 of Ticket #2222, comment 2


Ignore:
Timestamp:
08/02/21 08:02:18 (3 years ago)
Author:
dwt@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2222, comment 2

    initial v1  
    1 I just found another hard to deal problem with this setup. One of the upstream reverse proxies I have to deal with likes to return cached gziped responses, even when I explicitly request to get _non_ gziped responses. Not yet sure how to work around this one. :-(
     1I just found another hard to deal problem with this setup. One of the upstream reverse proxies I have to deal with likes to return cached gziped responses, even when I explicitly request to get _non_ gziped responses. Not yet sure how to work around this one. :-( (Yeah, that's a definitive bug in their config and working with them is the first thing I did - but I have no clue when and if they fix their config).
    22
    33Of course it would make my life much simpler if nginx could be lenient in what it takes in here and strictly correct in what it returns, i.e. detect upstream returned a gziped response, unzip it, concatenate then and return - maybe even zipped again to cache the gzipped response itself…