Closed rustxj closed 5 years ago
Hi,
I want to implement the CDN simply. Is there a more detailed description of the cache, such as disk size, cache time, cache algorithm, etc.
proxy_cache_valid 15m; proxy_cache_valid 404 1m; proxy_no_cache $no_cache; proxy_cache_bypass $no_cache; proxy_cache_bypass $cookie_session $http_x_update;
Hi,
I want to implement the CDN simply. Is there a more detailed description of the cache, such as disk size, cache time, cache algorithm, etc.