Skip to content

Commit 4c9ff1c

Browse files
committed
page format update
1 parent ead43be commit 4c9ff1c

File tree

1 file changed

+67
-25
lines changed

1 file changed

+67
-25
lines changed

Diff for: docs/index.md

+67-25
Original file line numberDiff line numberDiff line change
@@ -4,63 +4,105 @@
44
## <a name="index"/>目录
55

66
#### Nginx 教程 (Nginx tutorial)
7-
+ [Nginx编译安装](/Nginx/nginx-install.md)
8-
+ [Nginx.conf详解和配置](/Nginx/nginx-base-config.md)
9-
+ [Nginx基础知识](/Nginx/nginx-basic.md)
10-
+ [Nginx高性能WEB服务器详解](/Nginx/nginx-high-basic.md)
11-
+ [Nginx高并发系统内核优化和PHP7配置文件优化](/Nginx/nginx-parameter-config.md)
12-
+ [Nginx和PHP-FPM启动脚本](/Nginx/nginx-start-script.md)
13-
+ 项目案例 (Project notes)
14-
+ [Nginx 同一个IP上配置多个HTTPS主机](/Nginx/more-domain-config.md)
15-
+ [Nginx 如何配置一个安全的HTTPS网站服务器](http://www.cnblogs.com/tinywan/p/7542629.html)
16-
+ [Nginx 配置启用 HTTP/2](http://www.cnblogs.com/tinywan/p/7860774.html)
17-
+ 扩展模块 (Third-party module)
18-
+ [nginx-vod-module](http://www.cnblogs.com/tinywan/p/7879559.html)
19-
+ [nginx-module-vts](http://www.cnblogs.com/tinywan/p/7872366.html)
20-
+ [ngx_cache_purge](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/Nginx-Web/Nginx-8-proxy_cache.md)
21-
+ [lua-nginx-module](http://www.cnblogs.com/tinywan/p/6538006.html)
22-
+ [nginx-rtmp-module](http://www.cnblogs.com/tinywan/p/6639360.html)
7+
8+
* [Nginx编译安装](/Nginx/nginx-install.md)
9+
10+
* [Nginx.conf详解和配置](/Nginx/nginx-base-config.md)
11+
12+
* [Nginx基础知识](/Nginx/nginx-basic.md)
13+
14+
* [Nginx高性能WEB服务器详解](/Nginx/nginx-high-basic.md)
15+
16+
* [Nginx高并发系统内核优化和PHP7配置文件优化](/Nginx/nginx-parameter-config.md)
17+
18+
* [Nginx和PHP-FPM启动脚本](/Nginx/nginx-start-script.md)
19+
20+
* 项目案例 (Project notes)
21+
22+
* [Nginx 同一个IP上配置多个HTTPS主机](/Nginx/more-domain-config.md)
23+
24+
* [Nginx 如何配置一个安全的HTTPS网站服务器](http://www.cnblogs.com/tinywan/p/7542629.html)
25+
26+
* [Nginx 配置启用 HTTP/2](http://www.cnblogs.com/tinywan/p/7860774.html)
27+
28+
* 扩展模块 (Third-party module)
29+
30+
* [nginx-vod-module](http://www.cnblogs.com/tinywan/p/7879559.html)
31+
32+
* [nginx-module-vts](http://www.cnblogs.com/tinywan/p/7872366.html)
33+
34+
* [ngx_cache_purge](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/Nginx-Web/Nginx-8-proxy_cache.md)
35+
36+
* [lua-nginx-module](http://www.cnblogs.com/tinywan/p/6538006.html)
37+
38+
* [nginx-rtmp-module](http://www.cnblogs.com/tinywan/p/6639360.html)
2339

2440
#### Lua 教程
25-
+ [Lua 基础语法](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Lua-Script/lua-basic.md)
26-
+ [luajit 执行文件默认安装路径](#Nginx_base_knowledge)
27-
+ [lua中self.__index = self 详解](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Lua-Script/oop/self__index.md)
41+
42+
* [Lua 基础语法](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Lua-Script/lua-basic.md)
43+
44+
* [luajit 执行文件默认安装路径](#Nginx_base_knowledge)
45+
46+
* [lua中self.__index = self 详解](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Lua-Script/oop/self__index.md)
2847

2948
#### Redis 教程
30-
+ [Redis 安装](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Redis/redis-install.md)
31-
+ [Redis 配置详解](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Redis/redis-config.md)
32-
+ [Redis 基础知识](#Redis_base_knowledge)
33-
+ [Redis 开发与运维](#Redis-DevOps)
34-
+ [Redis执行Lua脚本基本用法](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Redis/redis-lua.md)
49+
50+
* [Redis 安装](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Redis/redis-install.md)
51+
52+
* [Redis 配置详解](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Redis/redis-config.md)
53+
54+
* [Redis 基础知识](#Redis_base_knowledge)
55+
56+
* [Redis 开发与运维](#Redis-DevOps)
57+
58+
* [Redis执行Lua脚本基本用法](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Redis/redis-lua.md)
3559

3660
#### Openresty 教程
37-
+ [安装默认配置信息](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Openresty/openresty-basic.md)
61+
62+
+ [安装默认配置信息](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Openresty/openresty-basic.md)
63+
3864
+ [ngx_lua APi 方法和常量](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Openresty/openresty-api.md)
65+
3966
+ [ngx_lua 扩展模块学习](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Openresty/openresty-resty-module.md)
67+
4068
+ [lua-resty-upstream-healthcheck使用](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Openresty/lua-resty-upstream-healthcheck.md)
69+
4170
+ [Openresty与Nginx_RTMP](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Openresty/openresty-rtmp.md)
71+
4272
+ [自己写的一个简单项目lua_project_v0.01](https://github.com/Tinywan/lua_project_v0.01)
4373

4474
#### PHP7 教程
75+
4576
+ [PHP脚本运行Redis](#PHP_Run_Redis)
77+
4678
+ [PHP7中php.ini/php-fpm/www.conf的配置,Nginx和PHP-FPM的开机自动启动脚本](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/PHP/PHP-FPM/config.md)
79+
4780
+ [PHP 脚本执行一个Redis 订阅功能,用于监听键过期事件,返回一个回调,API接受改事件](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Redis-PHP/Php-Run-Redis-psubscribe/nohupRedisNotify.php)
4881

4982
#### Linux 教程
83+
5084
+ [Linux 基础知识](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Linux/linux-basic.md)
5185

5286
#### Shell 教程
87+
5388
+ [编写快速安全Bash脚本的建议](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Shell/write-shell-suggestions.md)
89+
5490
+ [shell脚本实现分日志级别记录日志](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx-Rtmp/Shell_Log.sh)
91+
5592
+ [Nginx日志定时备份和删除](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx-Rtmp/Shell_Nginx_Log_cut.sh)
93+
5694
+ [SHELL脚本小技巧](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx-Rtmp/Shell_script.md)
95+
5796
+ [Mysql 自动备份脚本安全加锁机制](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx-Rtmp/backup_mysql.sh)
5897

5998
#### 流媒体教程
99+
60100
+ [Nginx配置Rtmp支持Hls的直播和点播功能](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx-Rtmp/HLS-live-vod.md)
101+
61102
+ [HLS视频直播和点播的Nginx的Location的配置信息(成功)](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx-Rtmp/HLS-live-vod-locatiuon-config.md)
62103

63104
#### Ngx-Lua-Module
105+
64106
![Markdown](/Images/Nginx-Phase.png)
65107

66108
#### 打赏

0 commit comments

Comments
 (0)