This commit is contained in:
2021-08-20 18:20:53 -04:00
parent 7fc11199a6
commit b0d5f884aa
17 changed files with 242 additions and 0 deletions

View 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;