前言
Nginx是非常优秀的Web服务器,同时具备反向代理和负载均衡的功能,作为程序员都应该大概了解一下。过去一年我有机会用了一下nginx,记录一下用过的功能,避免后面忘记了。
Nginx实战共十一章节
- Nginx实战(一)Nginx简介
- Nginx实战(二)Nginx安装
- Nginx实战(三)反向代理与负载均衡
- Nginx实战(四)Nginx+Keepalived实现高可用
- Nginx实战(五)配置https
- Nginx实战(六)Nginx实现限流
- Nginx实战(七)Nginx高并发配置
- Nginx实战(八)rewrite和try_if配置
- Nginx实战(九)跨域配置(解决CORS报错)
- Nginx实战(十)Nginx的漏洞修复
- Nginx实战(十一)补漏拾遗
参考资料说明
补充:说是一年,其实也就每个月弄个一两天,所以我还是一个小学生(甚至幼儿园),错误肯定有,希望指正。其实我写来主要还是给自己看的而已,怕忘了。
参考了一些网上资料,有些文字性的介绍,我直接拷贝过来,所以这里,特别列出这些网上资料的出处,也对作者表示感谢。
当然,由于时间关系,我也没有对资料进行考证,可能所谓的作者也只是转载或者拷贝过来,不过也没关系,因为您的拷贝,方便了我查找,同样也感谢您。
首先是书籍:《精通Nginx》
这本书不是很全,比较简单。
另一本书籍:《Nginx高性能Web服务器详解》
听说很好,但我还没空详细看过。
附件(网上参考资料)
Nginx简介
https://www.cnblogs.com/yaomajor/p/6272647.html
https://blog.csdn.net/javalean/article/details/80083555
https://www.cnblogs.com/wcwnina/p/8728391.html
nginx安装
http://www.runoob.com/linux/nginx-install-setup.html
https://www.cnblogs.com/wyd168/p/6636529.html
https://www.cnblogs.com/meng1314-shuai/p/8335140.html
http://nginx.org/en/docs/windows.html
https://www.cnblogs.com/saysmy/p/6609796.html
https://www.jianshu.com/p/a955ba9d2b21 npm
nginx反向代理
https://blog.csdn.net/xuanjiewu/article/details/79458266
nginx+keepalived
https://www.cnblogs.com/youzhibing/p/7327342.html
https://blog.csdn.net/e421083458/article/details/30092795 图
nginx实现https
https://aotu.io/notes/2016/08/16/nginx-https/index.html
nginx限流
https://www.cnblogs.com/biglittleant/p/8979915.html
nginx高并发
https://segmentfault.com/a/1190000011405320
https://www.cnblogs.com/kevingrace/p/6094007.html
nginx的rewrite与try_if
https://segmentfault.com/a/1190000002797606
http://seanlook.com/2015/05/17/nginx-location-rewrite/
http://www.nginx.cn/216.html
https://blog.csdn.net/kikajack/article/details/80669260
nginx跨域
https://segmentfault.com/a/1190000012550346
https://www.cnblogs.com/gabrielchen/p/5066120.html
https://www.cnblogs.com/renjing/p/6394725.html
nginx漏洞
https://www.freebuf.com/articles/web/149761.html
https://www.leavesongs.com/PENETRATION/nginx-insecure-configuration.html
https://www.freebuf.com/articles/terminal/140402.html
https://www.freebuf.com/articles/web/149761.html