Skip to content

Commit e2683d4

Browse files
committed
模仿京东使用Openresty+Redis做读服务
1 parent b063b78 commit e2683d4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
======
77
## Nginx 教程 (Nginx tutorial)
88

9-
###### :one: 基础
9+
###### 基础
1010
* [Nginx编译安装](/Nginx/nginx-install.md)
1111
* [Nginx.conf详解](/Nginx/nginx-base-config.md)
1212
* [Location 详解](/docs/Nginx/location-detail.md)
@@ -22,20 +22,19 @@
2222
* [nginx 并发数问题思考:worker_connections,worker_processes与 max clients](http://liuqunying.blog.51cto.com/3984207/1420556?utm_source=tuicool)
2323
* [如何在工作中提高Ngixn服务器性能?达到高效](https://juejin.im/post/5adb45e96fb9a07ab773c767?utm_source=gold_browser_extension)
2424

25-
###### :two: 案例
25+
###### 案例
2626
* [Nginx 同一个IP上配置多个HTTPS主机](/Nginx/more-domain-config.md)
2727
* [Nginx 如何配置一个安全的HTTPS网站服务器](http://www.cnblogs.com/tinywan/p/7542629.html)
2828
* [Nginx 配置启用 HTTP/2](http://www.cnblogs.com/tinywan/p/7860774.html)
2929
* [申请Let's Encrypt通配符HTTPS证书](https://www.cnblogs.com/tinywan/p/8573169.html)
30-
###### :three: 模块
30+
###### 模块
3131
* [nginx-vod-module](http://www.cnblogs.com/tinywan/p/7879559.html)
3232
* [nginx-module-vts](http://www.cnblogs.com/tinywan/p/7872366.html)
3333
* [ngx_cache_purge](/Nginx/Nginx-Web/Nginx-8-proxy_cache.md)
3434
* [lua-nginx-module](http://www.cnblogs.com/tinywan/p/6538006.html)
3535
* [nginx-rtmp-module](http://www.cnblogs.com/tinywan/p/6639360.html)
3636

37-
###### :four: 好文
38-
37+
###### 好文
3938
* [Nginx入门到实战(1)基础篇](https://segmentfault.com/a/1190000014893012)
4039
* [Nginx入门到实战(2) 场景实现篇](https://mp.weixin.qq.com/s/RDIhU2pd37ecmKjgCtiZGQ)
4140
* [nginx从入门到实践](http://fanqieto.top/2017/11/29/nginx%E4%BB%8E%E5%85%A5%E9%97%A8%E5%88%B0%E5%AE%9E%E8%B7%B5/)
@@ -45,15 +44,15 @@
4544
* [location总结及rewrite规则写法](https://segmentfault.com/a/1190000002797606)
4645
* [How to Compile Nginx From Source on Ubuntu 16.04](https://www.vultr.com/docs/how-to-compile-nginx-from-source-on-ubuntu-16-04)
4746

48-
###### :five: 流媒体
47+
###### 流媒体
4948
* [Setup Nginx on Ubuntu to Stream Live HLS Video](https://www.vultr.com/docs/setup-nginx-on-ubuntu-to-stream-live-hls-video)
5049
* [Setup Nginx-RTMP on Ubuntu 14.04](https://www.vultr.com/docs/setup-nginx-rtmp-on-ubuntu-14-04)
5150
* [利用nginx搭建RTMP视频点播、直播、HLS服务器](https://blog.csdn.net/kingroc/article/details/50839994)
5251
* [实时流(直播流)播放、上墙(大屏播放)解决方案](https://www.cnblogs.com/xiaozhi_5638/p/8664841.html)
5352
* [Nginx配置Rtmp支持Hls的直播和点播功能](/Nginx-Rtmp/HLS-live-vod.md)
5453
* [HLS视频直播和点播的Nginx的Location的配置信息(成功)](/Nginx-Rtmp/HLS-live-vod-locatiuon-config.md)
5554

56-
###### :six: PHP 相关
55+
###### PHP 相关
5756
* [Nginx和PHP-FPM的开机自动启动脚本](/PHP/PHP-FPM/config.md)
5857
* [php-fpm/www.conf 的配置 ](/PHP/PHP-FPM/config.md)
5958
* [深入剖析 Web 服务器与 PHP 应用的通信机制 - 掌握 CGI 和 FastCGI 协议的运行原理](https://mp.weixin.qq.com/s/6Kyfvc_N7PhBtFPstgt3MA)
@@ -65,15 +64,15 @@
6564

6665
## Redis 教程
6766

68-
###### :one: 基础
67+
###### 基础
6968
* [Redis 安装](/Redis/redis-install.md)
7069
* [Redis 配置详解](/Redis/redis-config.md)
7170
* [Redis 基础知识](#Redis_base_knowledge)
7271
* [Redis 开发与运维](#Redis-DevOps)
7372
* [Redis 执行Lua脚本基本用法](/Redis/redis-lua.md)
7473
* [Redis 漏洞如何防止被黑客攻击](/Redis/redis-safety.md)
7574

76-
###### :two: PHP 相关
75+
###### PHP 相关
7776
* [PHP脚本运行Redis](#PHP_Run_Redis)
7877
* [PHP 脚本执行一个Redis 订阅功能,用于监听键过期事件,返回一个回调,API接受改事件](/Redis-PHP/Php-Run-Redis-psubscribe/nohupRedisNotify.php)
7978
* [阿里云Redis开发规范](https://yq.aliyun.com/articles/531067)
@@ -82,7 +81,7 @@
8281

8382
## Openresty 教程
8483

85-
###### :one: 基础
84+
###### 基础
8685
* [安装默认配置信息](/Openresty/openresty-basic.md)
8786
* [OpenResty 最佳实践](https://moonbingbing.gitbooks.io/openresty-best-practices/content/index.html)
8887
* [如何编译一个高性能 OpenResty](https://yq.aliyun.com/articles/228399)
@@ -100,6 +99,7 @@
10099

101100
## Linux 教程
102101
* [Linux 基础知识](/Linux/linux-basic.md)
102+
103103
###### Systemd 入门教程
104104
* [命令篇](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html)
105105
* [实战篇](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-part-two.html)

0 commit comments

Comments
 (0)