http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_convert_head
W dniu 04.03.2021 o 15:03, Señor J Onion pisze:
> I use nginx as a forward proxy, with content caching.
>
> My app first performs a HEAD request to a Google Cloud Storage object. Then
> it may perform a GET request
I use nginx as a forward proxy, with content caching.
My app first performs a HEAD request to a Google Cloud Storage object. Then it
may perform a GET request to the same object.
The HEAD request (which comes first) causes a cache MISS. The content body
length returned to the client is 0 (which