Caching Method
Francis Daly
francis at daoine.org
Fri Aug 16 07:43:05 UTC 2019
On Fri, Aug 16, 2019 at 02:22:31AM -0400, hhypnos wrote:
Hi there,
> hi , can i use catching without proxy_pass?
proxy_cache is for nginx to cache the response from a proxy_pass request
to an upstream server.
fastcgi_cache is for nginx to cache the response from a fastcgi_pass
request to an upstream server.
"Sending http headers so that the client can be invited to cache the
response from nginx" is independent of both.
So the answer is "yes, depending on what exactly you want to do".
f
--
Francis Daly francis at daoine.org
More information about the nginx
mailing list