Merge pull request #441 from mchangrh/cache-getTopUsers

[nginx] add getTopCategoryUsers to CACHEZONE
This commit is contained in:
Ajay Ramachandran
2022-01-02 22:49:01 -05:00
committed by GitHub

View File

@@ -152,6 +152,12 @@ http {
#return 200 "";
}
location /api/getTopCategoryUsers {
proxy_pass http://backend_GET;
proxy_cache CACHEZONE;
proxy_cache_valid 20m;
}
location /api/getVideoSponsorTimes {
proxy_pass http://backend_GET;
}