duy13 / vDDoS-Protection

Welcome to vDDoS, a HTTP(S) DDoS Protection Reverse Proxy. Thank you for using!
https://vddos.voduy.com
488 stars 139 forks source link

Is there more introduction to the relevant cache? #38

Closed rustxj closed 5 years ago

rustxj commented 6 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.

duy13 commented 5 years ago
    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;