nginx.conf
#使用的使用者和組
#user nobody;
#指定工作衍生程序數(一般等於cpu的總核數或總核數的兩倍)
worker_processes 4;
#指定錯誤日誌存放的路徑,錯誤日誌的記錄級別可為debug,info,notice,warn,error,crit
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#指定pid檔案存放的路徑
#pid logs/nginx.pid;
#指定檔案描述符的數量
#將伺服器錯誤頁面重定向到靜態頁面/50x.html
error_page 500 502 503 504 /50x.html;
location = /50x.html
#**php指令碼到apache在127.0.0.1:80上監聽
#location ~ \.php$
#將php指令碼傳遞給fastcgi伺服器,偵聽127.0.0.1:9000
#拒絕訪問.htaccess檔案,如果apache的文件根目錄與nginx檔案一致
#location ~ /\.ht
}#另乙個虛擬主機使用基於ip,名稱和埠的配置
#第二個站點,用於檢視nginx反向**伺服器的執行狀態
#server
#}#https伺服器
#server
#}}
nginx 1 12 1伺服器的配置檔案
user nobody 指定工作衍生程序數 一般等於cpu的總核數或總核數的兩倍 worker processes 4 指定錯誤日誌存放的路徑,錯誤日誌的記錄級別可為debug,info,notice,warn,error,crit error log logs error.log error lo...
Nginx 伺服器配置
我是body內容 我是html注釋內容 在瀏覽器上看到當前頁面的顯示內容兩種方式 1,直接拖動該html檔案到瀏覽器中 2,將該檔案部署到伺服器 bs結構中的關鍵服務軟體,可以執行各種程式,提供各種資源資訊,例如 tomcat nginx,jboss 中,通過瀏覽器位址列訪問該檔案 apache 組...
nginx伺服器配置
一 上傳 解壓 root node0719 tar zxvf tengine 2.1.0.tar.gz二 預編譯 root node07192 cd tengine 2.1.0 root node07192 tengine 2.1.0 configure 三 補全需要的編譯環境 c編譯環境 redi...