nginx学习

参考资料


Nginx中文文档  http://www.nginx.cn/doc/index.html


nginx平台初探(100%) — Nginx开发从入门到精通  http://tengine.taobao.org/book/chapter_02.html#id6


nginx高并发优化——轻松应对1万并发 - 爱代码也爱生活 - CSDN博客  http://blog.csdn.net/nuli888/article/details/51865267


高并发处理方案 - 孤独的舞者-c - 博客园  http://www.cnblogs.com/Lonelydancer/p/6219626.html


nginx 优化(突破十万并发)-鸟哥のlinux-ChinaUnix博客  http://blog.chinaunix.net/uid-25266990-id-2985541.html


nginx应用总结(2)--突破高并发的性能优化 - 散尽浮华 - 博客园  http://www.cnblogs.com/kevingrace/p/6094007.html


nginx学习_第1张图片
nginx命令参数,功能都是通过配置文件实现


模块

nginx---模块介绍 - 草根路 - CSDN博客  http://blog.csdn.net/moonhmilyms/article/details/19838283

nginx---stubstatus - 草根路 - CSDN博客  http://blog.csdn.net/moonhmilyms/article/details/19839379

配置

centos配置nginx防盗链 - 爱代码也爱生活 - CSDN博客  http://blog.csdn.net/nuli888/article/details/51865192

nginx设置静态页面压缩缓存和过期时间 - lovely_1014的博客 - CSDN博客  http://blog.csdn.net/lovely_1014/article/details/62042201

Nginx 下缓存静态文件(如css js) - akon_vm的专栏 - CSDN博客  http://blog.csdn.net/akon_vm/article/details/8494620

缓存

web内容缓存 nginx高性能缓存详解 - longxibendi的专栏 - CSDN博客  http://blog.csdn.net/longxibendi/article/details/43484645


很详细的Nginx配置说明_nginx_脚本之家  http://www.jb51.net/article/79216.htm

Nginx中文文档  http://www.nginx.cn/doc/index.html


你可能感兴趣的:(nginx学习)