nginx 相關資料

2022-08-02 04:03:13 字數 272 閱讀 6020

1、 (nginx從入門到實踐)

2、 (nginx簡介及配置檔案詳解)

3、 (nginx安裝及配置詳解)

nginx 主要由6個部分組成:

main:用於進行nginx全域性資訊的配置

events:用於nginx工作模式的配置

http:用於進行http協議資訊的一些配置

server:用於進行伺服器訪問資訊的配置

location:用於進行訪問路由的配置

upstream:用於進行負載均衡的配置

nginx相關命令

windows系統下 1,首先ctrl r 輸入cmd,進入命令視窗之後切換至nginx所在目錄下 1 啟動nginx,start nginx 2 關閉nginx,nginx s stop 3 重啟nginx,nginx x reload linux系統下 1 檢查配置檔案是否正確 root loc...

nginx 相關配置

塊配置項由乙個塊配置項名和一對大括號組成。比如 events 才有效,例如 events debug connection 192.168.1.100 debug connection 192.168.1.100 24 僅對以上設定的ip才設定成 debug 級別的日誌,其他請求沿用error lo...

nginx集群相關

nginx 1.8.0 apache tomcat 6.0.33 實現高效能負載均衡的tomcat集群 2 然後解壓兩個tomcat,分別命名為apache tomcat 6.0.33 1和apache tomcat 6.0.33 2 3 然後修改這兩個tomcat的啟動埠,分別為18080和280...