add getTopCategoryUsers to CACHEZONE

This commit is contained in:
Michael C
2022-01-02 22:28:22 -05:00
parent 7f7cc3a7ca
commit 8a80b97e8c

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;
}