|
4 | 4 | ## <a name="index"/>目录
|
5 | 5 |
|
6 | 6 | #### 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) |
23 | 39 |
|
24 | 40 | #### 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) |
28 | 47 |
|
29 | 48 | #### 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) |
35 | 59 |
|
36 | 60 | #### 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 | + |
38 | 64 | + [ngx_lua APi 方法和常量](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Openresty/openresty-api.md)
|
| 65 | + |
39 | 66 | + [ngx_lua 扩展模块学习](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Openresty/openresty-resty-module.md)
|
| 67 | + |
40 | 68 | + [lua-resty-upstream-healthcheck使用](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Openresty/lua-resty-upstream-healthcheck.md)
|
| 69 | + |
41 | 70 | + [Openresty与Nginx_RTMP](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Openresty/openresty-rtmp.md)
|
| 71 | + |
42 | 72 | + [自己写的一个简单项目lua_project_v0.01](https://github.com/Tinywan/lua_project_v0.01)
|
43 | 73 |
|
44 | 74 | #### PHP7 教程
|
| 75 | + |
45 | 76 | + [PHP脚本运行Redis](#PHP_Run_Redis)
|
| 77 | + |
46 | 78 | + [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 | + |
47 | 80 | + [PHP 脚本执行一个Redis 订阅功能,用于监听键过期事件,返回一个回调,API接受改事件](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Redis-PHP/Php-Run-Redis-psubscribe/nohupRedisNotify.php)
|
48 | 81 |
|
49 | 82 | #### Linux 教程
|
| 83 | + |
50 | 84 | + [Linux 基础知识](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Linux/linux-basic.md)
|
51 | 85 |
|
52 | 86 | #### Shell 教程
|
| 87 | + |
53 | 88 | + [编写快速安全Bash脚本的建议](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Shell/write-shell-suggestions.md)
|
| 89 | + |
54 | 90 | + [shell脚本实现分日志级别记录日志](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx-Rtmp/Shell_Log.sh)
|
| 91 | + |
55 | 92 | + [Nginx日志定时备份和删除](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx-Rtmp/Shell_Nginx_Log_cut.sh)
|
| 93 | + |
56 | 94 | + [SHELL脚本小技巧](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx-Rtmp/Shell_script.md)
|
| 95 | + |
57 | 96 | + [Mysql 自动备份脚本安全加锁机制](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx-Rtmp/backup_mysql.sh)
|
58 | 97 |
|
59 | 98 | #### 流媒体教程
|
| 99 | + |
60 | 100 | + [Nginx配置Rtmp支持Hls的直播和点播功能](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx-Rtmp/HLS-live-vod.md)
|
| 101 | + |
61 | 102 | + [HLS视频直播和点播的Nginx的Location的配置信息(成功)](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx-Rtmp/HLS-live-vod-locatiuon-config.md)
|
62 | 103 |
|
63 | 104 | #### Ngx-Lua-Module
|
| 105 | + |
64 | 106 | 
|
65 | 107 |
|
66 | 108 | #### 打赏
|
|
0 commit comments