資源彙集:nginx教程從入門到精通

hwlinux發表於2014-11-22

nginx教程寫了一段時間,無意中發現,nginx相關文章已經達到了近100篇了。覺得很有必要彙總到一起,它是我們運維生存時間的一片心血,他是學習nginx的同學必看教程- -!,我們將會繼續更新內容,不過內容難免有錯誤,希望大家指正。

Nginx基礎

1.  nginx安裝
2.  nginx 編譯引數詳解
3.  nginx安裝配置+清快取模組安裝
4.  nginx+PHP 5.5
5.  nginx配置虛擬主機
6.  nginx location配置
7.  nginx root&alias檔案路徑配置
8.  ngx_http_core_module模組提供的變數
9.  nginx日誌配置
10. apache和nginx支援SSI配置
12. nginx日誌切割
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個技巧

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 redis 構建快取系統應用一例
03. nginx+lua+redis構建高併發應用
04. ttserver+nginx構建高併發高可用性應用
05. nginx生成縮圖配置
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實時生成縮圖到硬碟上
21. perl + fastcgi + nginx搭建
22. nginx+memcached構建頁面快取應用
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下載防盜鏈
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)
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頭無效

 

更多文章請詳見: http://www.ttlsa.com/nginx/  

相關文章