nginx代理缓存路径 - 逻辑?

时间:2014-03-11 21:55:57

标签: nginx

我理解如何在proxy_cache_path,1或1:2或1:1:2等中使用级别......但是我没有找到级别的LOGIC ......?我即将缓存大约10 GB的文件,目前我已设置:

proxy_cache_path /usr/local/nginx-cache-server/proxy-cache levels=1 keys_zone=svdld:100m inactive=1d max_size=100G;

有人可以在这里解释关卡的逻辑吗?究竟是什么?如果我使用1或1:1或1:2等,它们怎么会影响我??

root@test:/usr/local/nginx-cache-server/proxy-cache# ls
0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
root@test:/usr/local/nginx-cache-server/proxy-cache# ls 0
015ea98b87ad42eb41c536960df27720  3b0c7
[...]

谢谢!

参考:http://wiki.nginx.org/HttpProxyModule#proxy_cache_path

0 个答案:

没有答案