I want to cache the whole website, once a site changes I want to expire its cache e.g. via HTTP request from one of the backends.
How do I set up nginx to have a cache with unlimited TTL, how would I expire single cache items when the content needs to be updated?
Thx in advance.