User Tools

Site Tools


super_cache

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
super_cache [2017/11/29 22:22]
admin created
super_cache [2018/06/01 19:28]
admin removed
Line 4: Line 4:
 == Purge == == Purge ==
 It's total purge each time at 0h0min, and nginx **don'​t keep more than 24h cache** on 200 (normal page), 301/302 redirection,​ 404 (not found). It's total purge each time at 0h0min, and nginx **don'​t keep more than 24h cache** on 200 (normal page), 301/302 redirection,​ 404 (not found).
 +
 +You can manually delete it via:
 +  rm -Rf /​tmp/​nginx/​*
  
 == When == == When ==
-It's enabled by default util your do POST request. Done via login, register, add to card into shop. When you do that's, it do **CDIS** cookie and disable the cache.+It's enabled by default util you do POST request. Done via login, register, add to card into shop. When you do that, it do **CDIS** cookie and disable the cache
 + 
 +== Other impact == 
 +This system **protect against the basic DDOS attacks**, in 2017 we fight against 95% of basic DDOS attacks.