Skip to content

Commit 91fbd53

Browse files
committed
nginx
1 parent 8773297 commit 91fbd53

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

Diff for: README.md

+8-16
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
# [在线文档(Online documentation)](http://github.tinywan.com/lua-nginx-redis/)
2-
![Author](https://img.shields.io/badge/Author-Tinywan-green.svg)
3-
[![Conda](https://img.shields.io/conda/pn/conda-forge/python.svg)]()
4-
[![GitHub license](https://img.shields.io/github/license/Tinywan/tinywan-react-app.svg)](https://github.com/Tinywan/tinywan-react-app/blob/master/LICENSE)
5-
<a name="index"/>目录
6-
======
7-
## Nginx 教程 (Nginx tutorial)
1+
#### Nginx 教程
82

93
###### 基础
104
* [Nginx编译安装](/Nginx/nginx-install.md)
@@ -62,12 +56,12 @@
6256
* [php-fpm/www.conf 的配置 ](/PHP/PHP-FPM/config.md)
6357
* [深入剖析 Web 服务器与 PHP 应用的通信机制 - 掌握 CGI 和 FastCGI 协议的运行原理](https://mp.weixin.qq.com/s/6Kyfvc_N7PhBtFPstgt3MA)
6458

65-
## Lua 教程
59+
#### Lua 教程
6660
* [Lua 基础语法](/Lua-Script/lua-basic.md)
6761
* [luajit 执行文件默认安装路径](#Nginx_base_knowledge)
6862
* [lua中self_indes详解](/Lua-Script/oop/self__index.md)
6963

70-
## Redis 教程
64+
#### Redis 教程
7165

7266
###### 基础
7367
* [Redis 安装](/Redis/redis-install.md)
@@ -84,7 +78,7 @@
8478
* [高可用Redis服务架构分析与搭建](https://mp.weixin.qq.com/s/DA4uhPULaXI-KDKwvLzb8Q)
8579
* [如何轻松搭建电商秒杀系统](https://yq.aliyun.com/articles/277885)
8680

87-
## Openresty 教程
81+
#### Openresty 教程
8882

8983
###### 基础
9084
* [安装默认配置信息](/Openresty/openresty-basic.md)
@@ -102,17 +96,15 @@
10296
* [openresty 视频](http://i.youku.com/i/UMTM2NTgyMDEyMA==/videos?q=openresty)
10397
* [模仿京东使用Openresty+Redis做读服务](https://my.oschina.net/zjzhai/blog/759719)
10498
* [Openresty-Lua动态修改upstream后端服务](Nginx/Nginx-Web/openresty-nginx-lua-Proxy.md)
105-
*
10699

107-
## Linux 教程
108-
* [Linux 基础知识](/Linux/linux-basic.md)
100+
#### Linux 教程
109101

110102
###### Systemd 入门教程
111103
* [命令篇](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html)
112104
* [实战篇](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-part-two.html)
113-
* [定时器教程](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-part-two.html)
105+
* [定时器教程](http://www.ruanyifeng.com/blog/2018/03/systemd-timer.html)
114106

115-
## Shell 教程
107+
#### Shell 教程
116108
* [编写快速安全Bash脚本的建议](https://www.oschina.net/translate/bash-scripting-quirks-safety-tips)
117109
* [写好shell脚本的13个技巧](https://mp.weixin.qq.com/s/f3xDHZ7dCQr7sHJ9KDvuyQ)
118110
* [shell脚本实现分日志级别记录日志](/Nginx-Rtmp/Shell_Log.sh)
@@ -123,6 +115,6 @@
123115
###### PHP 相关
124116
* [PHP和Shell 脚本如何很好的搭配](/PHP/php-shell_run.md)
125117

126-
## Lua-Ngx
118+
#### Lua-Ngx
127119
![Markdown](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Images/Nginx-Phase.png)
128120

0 commit comments

Comments
 (0)