Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2842851
  • 博文数量: 348
  • 博客积分: 2907
  • 博客等级: 中校
  • 技术积分: 2272
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-12 09:16
个人简介

专注 K8S研究

文章分类

全部博文(348)

文章存档

2019年(22)

2018年(57)

2016年(2)

2015年(27)

2014年(33)

2013年(190)

2011年(3)

2010年(14)

分类: 系统运维

2018-12-11 11:20:12

教程写了一段时间,无意中发现,nginx相关文章已经达到了近100篇了。觉得很有必要汇总到一起,它是我们运维生存时间的一片心血,他是学习nginx的同学必看教程- -!,我们将会继续更新内容,不过内容难免有错误,希望大家指正.

Nginx基础
1.  nginx安装:http
2.  nginx 编译参数详解(运维不得不看):
3.  nginx安装配置+清缓存模块安装:
4.  nginx+ 5.5:
5.  nginx配置虚拟主机:
6.  nginx location配置:
7.  nginx root&alias文件路径配置:
8.  ngx_http_core_module模块提供的变量:
9.  nginx日志配置:
10. apache和nginx支持SSI配置:
12. nginx日志切割:http://www.ttlsa.com/nginx/nginx-log-cutting/
13. Nginx重写规则指南:
14. nginx 逻辑运算:
15. 隐藏Nginx版本号的安全性与方法:
16. CDN调度器HAProxy、Nginx、Varnish:
17. lnmp架构下php安全配置分享:
18. nginx tcp代理:
19. nginx正向代理:
20. 搭建nginx反向代理用做内网域名转发:
21. nginx+keepalived+proxy_cache 配置高可用nginx群集和高速缓存:
22. Nginx 战斗准备 —— 优化指南:
23. 确保nginx安全的10个技巧:http://www.ttlsa.com/nginx/10-tips-to-ensure-the-security-of-nginx/

NGINX变量详解
1. nginx变量使用方法详解(1):
2. nginx变量使用方法详解(2):
3. nginx变量使用方法详解(3):
4. nginx变量使用方法详解(4):
5. nginx变量使用方法详解(5):
6. nginx变量使用方法详解(6):
7. nginx变量使用方法详解(7):
8. nginx变量使用方法详解(8):

Nginx模块与案例
01. 如何安装nginx第三方模块:
02. srcache_nginx  构建缓存系统应用一例:
03. nginx++redis构建高并发应用:
04. +nginx构建高并发高可用性应用:
05. nginx生成缩略图配置:http://www.ttlsa.com/nginx/nginx-modules-image_filter_module/
06. 使用nginx sticky实现基于cookie的负载均衡:
07. nginx上传模块—nginx upload module:
08. nginx strip模块优化页面:
09. nginx + ngx_lua安装测试:
10. nginx统计响应的http状态码信息(ngx-http-status-code-counter):
11. nginx流量带宽等请求状态统计( ngx_req_status):
12. nginx实时记录请求状态信息( ngx_realtime_request_module):
13. nginx获取大文件MD5值(nginx模块ngx_file_md5):
14. nginx不记录特定日志(access_log_bypass_if):
15. nginx快速绘制圆形图(ngx_http_circle_gif_module模块):
16. nginx实现大小写字母转换(ngx_http_lower_upper_case模块):
17. nginx防止高负载的解决方案(sysgurad模块):
18. nginx js、css多个请求合并为一个请求(concat模块):
19. CDN下nginx获取用户真实IP地址:
20. nginx实时生成缩略图到硬盘上:http://www.ttlsa.com/nginx/nginx-create-image-on-disk/
21.  + fastcgi + nginx搭建:
22. nginx+d构建页面缓存应用:
23. memc_nginx+srcache_nginx+memcached构建透明的动态页面缓存:
24. nginx 同一个IP上配置多个HTTPS主机:
25. srcache_nginx redis 清除缓存:
26. nginx动态IP黑白名单构建web防火墙(ngx_white_black_list):
27. srcache_nginx+redis构建缓存系统:
28. nginx模块nginx-http-footer-filter研究使用:
29. nginx本地缓存模块ngx_slowfs_cache:
30. nginx+fancy实现漂亮的索引目录:
31. nginx secure_link下载防盗链:http://www.ttlsa.com/nginx/nginx-modules-secure_link/
32. nginx显示随机首页模块(Random Index):
33. nginx实现图片防盗链(referer指令):
34. nginx空白图片(empty_gif模块):
35. nginx记录分析网站响应慢的请求(ngx_http_log_request_speed):
36. nginx map使用方法:
37. nginx限速白名单配置:
38. nginx修改upstream不重启的方法(ngx_http_dyups_module模块):
39. nginx实现简体繁体字互转以及中文转拼音(ngx_set_cconv模块):
40. nginx针对爬虫进行限速配置:
41. nginx替换网站响应内容(ngx_http_sub_module):
43. nginx向响应内容中追加内容(ngx_http_addition_module模块):
44. nginx访问控制allow、deny(ngx_http_access_module):
45. nginx+perl模块的使用:
46. nginx索引目录配置:
47. nginx+video-thumbextractor生成视频缩略图:
48. nginx限制连接数ngx_http_limit_conn_module模块:
49. nginx限制请求数ngx_http_limit_req_module模块:
50. Nginx国人开发缩略图模块(ngx_image_thumb):http://www.ttlsa.com/nginx/nginx-modules-ngx_image_thumb/
51. nginx+set-misc-nginx-module模块说明:
52. nginx geo使用方法:
53. Nginx 与 Lua:
54. ngx_http_headers_module模块add_header和expires指令:
55. NginX and Riak:

常见问题
01. memc_nginx+srcache_nginx+memcached遇到的问题:
02. nginx purge更新缓存404错误:
03. nginx反向代理proxy_set_header自定义header头无效:

阅读(2626) | 评论(0) | 转发(0) |
0

上一篇:Nginx 实现AJAX跨域请求

下一篇:logging模块

给主人留下些什么吧!~~