mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
add getTopCategoryUsers to CACHEZONE
This commit is contained in:
@@ -152,6 +152,12 @@ http {
|
|||||||
#return 200 "";
|
#return 200 "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /api/getTopCategoryUsers {
|
||||||
|
proxy_pass http://backend_GET;
|
||||||
|
proxy_cache CACHEZONE;
|
||||||
|
proxy_cache_valid 20m;
|
||||||
|
}
|
||||||
|
|
||||||
location /api/getVideoSponsorTimes {
|
location /api/getVideoSponsorTimes {
|
||||||
proxy_pass http://backend_GET;
|
proxy_pass http://backend_GET;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user