nginx教程從入門到精通(ttlsa出品)

2021-06-21 17:01:57 字數 3118 閱讀 2326



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第三方模組

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搭建

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實現漂亮的索引目錄

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索引目錄配置

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頭無效

Nginx從入門到精通

1 nginx配置檔案載入機制 採用nginx s reload命令載入nginx的配置檔案,master程序讀取配置檔案,建立新的worker程序,向老的worker程序傳送shutdown命令。老的worker程序不再接受新的請求,待老的請求處理完成後,就會停掉。2 location匹配機制 當...

Nginx開發從入門到精通

更新歷史 日期描述 2012 03 01 建立目錄大綱 2012 03 28 增加了樣章 2012 05 25 更新樣章 2012 06 08 增加第5章 2012 06 11 增加第4章 2012 06 26 增加第6章 event module 2012 06 27 更新第5章部分內容 2012...

Nginx開發從入門到精通

nginx開發從入門到精通 nginx平台初探 100 基本資料結構 99 nginx的配置系統 100 nginx的模組化體系結構 模組概述 nginx的請求處理 handler模組 100 handler模組的基本結構 handler模組的掛載 handler的編寫步驟 示例 hello han...