微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

ngx_proxy_store_file_mgr

程序名称:ngx_proxy_store_file_mgr

授权协议: 未知

操作系统: Linux

开发语言: Google Go

ngx_proxy_store_file_mgr 介绍

ngx_proxy_store_file_mgr 主要是为了解决 Nginx 中 proxy_store 文件管理,因Nginx
proxy_store可以实现将上游服务器下载下来的文件放置到某个目录中作为静态文件下发到下游客户端,但是这种方式的缺陷在于Nginx内部无文件
管理主要是LRU,基于此提供了一个解决方案修复此缺陷,实现方式采用golang+redis

使用介绍请看:
http://my.oschina.net/shawnChen/blog/356190

ngx_proxy_store_file_mgr 官网

https://github.com/cxwshawn/ngx_proxy_store_file_mgr

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐