mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 22:17:14 +03:00
more cache time
This commit is contained in:
committed by
GitHub
parent
046a535ebc
commit
8ec44aff1a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user