diff --git a/nginx/nginx.conf b/nginx/nginx.conf index d157b32..7eb7317 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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; }