7 lines
227 B
Plaintext
7 lines
227 B
Plaintext
|
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;
|