RE: Partial cached fastsgi responses?

2021-06-02 Thread TBD TBD
I guess a related question is: is it possible for nginx to serve partial requests for cached fastcgi responses that don’t support ranges? Ie. Can the fastcgi module fetch the whole response from upstream, cache it, and then serve partial requests from the cache? From: TBD TBD<mailto:

Partial cached fastsgi responses?

2021-06-02 Thread TBD TBD
Is it possible to use the ‘Range: bytes=’ header with cached fastcgi locations? What config option do I need to use to get a cached fastcgi response to contain an `Accept-Ranges` header? Does the `fastcgi_force_ranges` config option even do anything? Piers. _