摘要: 1. 观察以上代码其实还会发现一个问题,如果我们想要处理很多个请求,那不是要在nginx里面配置N个location吗,我们肯定不会这么做,这里可以通过nginx动态匹配指定lua文件名。 nginx.conf 改成这样 location ~ /lua/(.+) { content_by_lua_f 阅读全文
posted @ 2020-08-05 10:13 lianhuaren 阅读(117) 评论(0) 推荐(0) 编辑