From e97fe402ef546a82c93e59d6cb3a7c3ab29e137f Mon Sep 17 00:00:00 2001 From: Evan Date: Thu, 6 Mar 2025 19:10:04 -0800 Subject: [PATCH] update config back to 1 second shortest cache allowed --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 9d5205940..f2a498019 100644 --- a/nginx.conf +++ b/nginx.conf @@ -75,7 +75,7 @@ server { # Cache configuration proxy_cache API_CACHE; - proxy_cache_valid 200 500ms; + proxy_cache_valid 200 1s; proxy_cache_use_stale updating error timeout http_500 http_502 http_503 http_504; proxy_cache_lock on; add_header X-Cache-Status $upstream_cache_status;