Nginx
- nginx编译安装(CentOS)
- Nginx、Tengine、OpenResty 性能对比测试:http://www.tsingpost.com/articles/201405/778.html
- nginx在线升级
- gen_htpasswd
- nginx配置实例
- nginx rewrite
- proxy_redirect
- nginx_logrotate
- nginx_upstream
-
HTTP Basic Auth仅仅是浏览器每次都带了HTTP头,写着用户名和base64了的密码:
Authorization Basic eGluZy55dWFufDEyMzQ1Ngo=
- 淘宝网Nginx应用、定制不开发实战(2012-06):http://tengine.taobao.org/download/taobao_nginx_2012_06.pdf
- nginx-auth-ldap: https://github.com/kvspb/nginx-auth-ldap
- nginx_ssl
- nginx_Lua
- nginx_lua_study
- nginx_WebSocket
- http://www.anilcetin.com/convert-apache-htaccess-to-nginx/
- 虚伪的灵魂_Nginx配置陷阱:http://xwsoul.com/tags/nginx
- Nginx配置if语句陷阱
- nginx配置陷阱
- nginx监控指标
-
OpenResty:nginx传奇人物章宜春同学:
- Openresty: http://openresty.org/cn/
- Introduction to nginx.conf scripting: http://agentzh.org/misc/slides/nginx-conf-scripting/#1
- Recent developments in nginx.conf scripting: http://agentzh.org/misc/slides/recent-dev-nginx-conf/#1
- php
- nginx_proxy_cache
- nginx_limit_req
- http/http2/https:https://imququ.com/post/series.html
- 大型网站的 HTTPS 实践:https://developer.baidu.com/resources/online/doc/security/https-pratice-1.html
- Nginx配置WebSocket反向代理: