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
I 'm using nginx for generating copies of stream chunks with ".ts" format
that are encapsulated in m3u format. The issue here, is that I don't want
to work with m3u format, I want to send directly and contouniesly the ts
chunks to the media player(because m3u format it's not readable in so many
med