- 错误提示
failed to load external Lua file "/usr/local/openresty/nginx/conf/getuserinfo": /usr/local/openresty/nginx/conf/getuserinfo:1: '<name>' expected near '"200"'
出这个报错,在网上查到的资料也有其他一些原因,比如nginx启动的用户和文件创建的用户不一样,导致没有权限
但是我这里还有后续的报错内容,很明显问题是第一行200标记的地方,有问题
在查看代码后,发现lua的json对象定义要
{status = 200}
不能是
{status:200}
这里记录一下
网友评论