mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
more cache time
This commit is contained in:
parent
046a535ebc
commit
8ec44aff1a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue