0 votes
in NGINX by
How does the Cache decide what to cache?

1 Answer

0 votes
by

The HTTP Cache-Control header determines the cacheability of the object and can also determine how long the object should be cached. The cache can be configured to override the cacheability of an object by specifying the hostname and a regular expression that matches within the URL of the object.

Related questions

0 votes
asked Apr 2, 2020 in NGINX by rajeshsharma
0 votes
0 votes
asked Jun 9, 2023 in Agile by Robin
...