First!
This commit is contained in:
6
app/default/snippets/proxycache.conf
Normal file
6
app/default/snippets/proxycache.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
proxy_cache proxycache;
|
||||
proxy_cache_revalidate on;
|
||||
proxy_cache_min_uses 3;
|
||||
proxy_cache_use_stale error timeout invalid_header updating http_500 http_502 http_503 http_504;
|
||||
proxy_cache_background_update on;
|
||||
proxy_cache_lock on;
|
Reference in New Issue
Block a user