remove 10s cache

This commit is contained in:
Ajay Ramachandran
2022-03-28 12:07:46 -04:00
committed by GitHub
parent 2b237a4a8b
commit a536e4aeb8

View File

@@ -123,8 +123,8 @@ http {
include /etc/nginx/cors.conf; include /etc/nginx/cors.conf;
#return 200 "[]"; #return 200 "[]";
proxy_pass http://backend_$request_method; proxy_pass http://backend_$request_method;
proxy_cache CACHEZONE; #proxy_cache CACHEZONE;
proxy_cache_valid 10s; #proxy_cache_valid 10s;
#limit_req zone=mylimit; #limit_req zone=mylimit;
#access_log /etc/nginx/logs/download.log no_ip; #access_log /etc/nginx/logs/download.log no_ip;