From a536e4aeb8f3e97da5258b0b32400022c793a4a0 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 28 Mar 2022 12:07:46 -0400 Subject: [PATCH] remove 10s cache --- nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 883c96c..87e6ff3 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -123,8 +123,8 @@ http { include /etc/nginx/cors.conf; #return 200 "[]"; proxy_pass http://backend_$request_method; - proxy_cache CACHEZONE; - proxy_cache_valid 10s; + #proxy_cache CACHEZONE; + #proxy_cache_valid 10s; #limit_req zone=mylimit; #access_log /etc/nginx/logs/download.log no_ip;