docker-nginx-auto/app/default/snippets/proxycache.conf

7 lines
227 B
Plaintext
Raw Normal View History

2021-08-20 11:39:58 -04:00
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;