nginx 配置open_cache_file 静态文件的缓存

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx 配置open_cache_file 静态文件的缓存相关的知识,希望对你有一定的参考价值。

open_file_cache max=65535 inactive=30s  

最多缓存多少个文件,缓存多少时间
open_file_cache_min_uses 1

在30S中没有使用到这个配置的次数的话就删除
open_file_cache_valid 40s

多少时间检查一次,如果发现30s内没有用过一次的删除

以上是关于nginx 配置open_cache_file 静态文件的缓存的主要内容,如果未能解决你的问题,请参考以下文章

nginx 如何检测配置文件的正确性

nginx配置

nginx启动与配置

如何用nginx.conf配置nginx

nginx如何配置代理

nginx常用配置