打开nginx.conf配置
server{
lua_code_cache off; //关闭lua缓存 重启后生效
server_name localhost;
default_type ‘text/plain‘;
content_by_lua_file /conf/lua/test.lua; //将lua程序用file文件加载
}
nginx:[warn] lua_code_cache is off; this will hurt performance in /usr/local/nginx/conf/nginx.cof:87
注意:重启nginx会有警告不用管它
修改完成,这样就可以不需要重启nginx情况下实时访问lua程序
Nginx_lua缓存问题,关闭lua_code_cache
Posted 追忆丶年华
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nginx_lua缓存问题,关闭lua_code_cache相关的知识,希望对你有一定的参考价值。
以上是关于Nginx_lua缓存问题,关闭lua_code_cache的主要内容,如果未能解决你的问题,请参考以下文章
如何在现代 x86/amd64 芯片上关闭 L1、L2、L3 CPU 缓存?