This commit is contained in:
2021-08-20 11:28:41 -04:00
parent 7fc11199a6
commit 10de617be5
16 changed files with 241 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;