more cache time

This commit is contained in:
Ajay Ramachandran 2022-06-01 14:24:58 -04:00 committed by GitHub
parent 046a535ebc
commit 8ec44aff1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,8 +136,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 20s;
#limit_req zone=mylimit;
#access_log /etc/nginx/logs/download.log no_ip;