From e3ea6113ceb6da9890cb866c355fc4f341996928 Mon Sep 17 00:00:00 2001 From: Lee Warrick Date: Thu, 2 May 2024 17:30:42 -0400 Subject: [PATCH] cache size is not cache time --- cedarproxy/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cedarproxy/nginx.conf b/cedarproxy/nginx.conf index 785c73771f..d081e15e5b 100644 --- a/cedarproxy/nginx.conf +++ b/cedarproxy/nginx.conf @@ -32,7 +32,7 @@ http { # include /etc/nginx/conf.d/*.conf; - proxy_cache_path /nginxcache keys_zone=cedarcorecache:24h; + proxy_cache_path /nginxcache keys_zone=cedarcorecache:10m; proxy_cache_valid 200 302 24h; server {