File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 35
35
+ [ openresty扫描代码全局变量] ( #Openresty_all-var )
36
36
+ [ Lua HTTP状态常量] ( #Openresty_http_status_constants )
37
37
+ [ ngx Lua APi 介绍使用] ( #Openresty_ngx_api_used )
38
+ + [ 连接数据库] ( #Openresty_connent_redis )
38
39
+ [ luajit 执行文件默认安装路径] ( #Nginx_base_knowledge )
39
40
+ [ Redis执行Lua脚本基本用法] ( #Redis_Run_Lua )
40
41
+ [ Ngx_lua 写入Redis数据,通过CURL请求] ( #Ngx_lua_write_Redis )
522
523
<html><body>Session started. <a href=/test>Check if it is working</a>!</body></html>
523
524
OpenResty Fan Tinywan Anonymous
524
525
```
525
- #### <a name="Openresty_ngx_api_used "/> Lua 权限验证
526
+ #### <a name="Openresty_ngx_api_auth "/> Lua 权限验证
526
527
+ Lua 一个HLS的简单地址访问权限验证
527
528
+ Nginx.conf 配置
528
529
```Lua
577
578
+ [简单测试:lua-msyql-test.lua](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Openresty/lua-resty-mysql/lua-msyql-test.lua)
578
579
#### <a name="Openresty_resty-srcache"/> srcache-nginx-module 扩展 ([nginx下的一个缓存模块](https://github.com/openresty/srcache-nginx-module))
579
580
+ [openresty–redis–srcache缓存的应用](http://www.xtgxiso.com/openresty-redis-srcache-nginx-module%e7%bc%93%e5%ad%98%e7%9a%84%e5%ba%94%e7%94%a8/)
580
- #### <a name="Openresty_ngx_api_used "/> openresty扫描代码全局变量
581
+ #### <a name="Openresty_ngx_adddd "/> openresty扫描代码全局变量
581
582
+ 在OpenResty中需要避免全局变量的使用,为此春哥写了一个perl工具,可以扫描openresty lua代码的全局变量
582
583
+ [https://github.com/openresty/openresty-devel-utils/blob/master/lua-releng](https://github.com/openresty/openresty-devel-utils/blob/master/lua-releng)
583
584
+ 用法相当简单
You can’t perform that action at this time.
0 commit comments