This commit is contained in:
Ajay
2022-01-04 20:39:53 -05:00

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