Skip to content

Commit 5f93cd7

Browse files
committed
(Nginx tutorial)
1 parent 4c9ff1c commit 5f93cd7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737

3838
* [nginx-rtmp-module](http://www.cnblogs.com/tinywan/p/6639360.html)
3939

40-
#### Lua 教程
40+
#### Lua 教程 (Lua tutorial)
4141

4242
* [Lua 基础语法](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Lua-Script/lua-basic.md)
4343

4444
* [luajit 执行文件默认安装路径](#Nginx_base_knowledge)
4545

4646
* [lua中self.__index = self 详解](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Lua-Script/oop/self__index.md)
4747

48-
#### Redis 教程
48+
#### Redis 教程 (Redis tutorial)
4949

5050
* [Redis 安装](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Redis/redis-install.md)
5151

@@ -57,7 +57,7 @@
5757

5858
* [Redis执行Lua脚本基本用法](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Redis/redis-lua.md)
5959

60-
#### Openresty 教程
60+
#### Openresty 教程 (Openresty tutorial)
6161

6262
+ [安装默认配置信息](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Openresty/openresty-basic.md)
6363

@@ -71,19 +71,19 @@
7171

7272
+ [自己写的一个简单项目lua_project_v0.01](https://github.com/Tinywan/lua_project_v0.01)
7373

74-
#### PHP7 教程
74+
#### PHP7 教程 (PHP7 tutorial)
7575

7676
+ [PHP脚本运行Redis](#PHP_Run_Redis)
7777

7878
+ [PHP7中php.ini/php-fpm/www.conf的配置,Nginx和PHP-FPM的开机自动启动脚本](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/PHP/PHP-FPM/config.md)
7979

8080
+ [PHP 脚本执行一个Redis 订阅功能,用于监听键过期事件,返回一个回调,API接受改事件](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Redis-PHP/Php-Run-Redis-psubscribe/nohupRedisNotify.php)
8181

82-
#### Linux 教程
82+
#### Linux 教程 (Linux tutorial)
8383

8484
+ [Linux 基础知识](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Linux/linux-basic.md)
8585

86-
#### Shell 教程
86+
#### Shell 教程 (Shell tutorial)
8787

8888
+ [编写快速安全Bash脚本的建议](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Shell/write-shell-suggestions.md)
8989

0 commit comments

Comments
 (0)