浏览代码

limit vod response cache

Blake Blackshear 3 年之前
父节点
当前提交
a2ddb12eb3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker/rootfs/usr/local/nginx/conf/nginx.conf

+ 1 - 1
docker/rootfs/usr/local/nginx/conf/nginx.conf

@@ -58,7 +58,7 @@ http {
 
         # vod caches
         vod_metadata_cache metadata_cache 512m;
-        vod_mapping_cache mapping_cache 5m;
+        vod_mapping_cache mapping_cache 5m 10m;
 
         # gzip manifests
         gzip on;