nginx的配置文件具體解釋。在這兒做個總結,以便以後使用的時間檢視。
下面大部分自己整理。部分來自參考
而且location / 對於server有且僅有乙個
location /
#error_page 404 /404.html;
# 重定向到錯誤提示頁面 /50x.html
#error_page 500 502 503 504 /50x.html;
location = /50x.html
# proxy the php scripts to apache listening on 127.0.0.1:80
##location ~ \.php$
# pass the php scripts to fastcgi server listening on 127.0.0.1:9000
##location ~ \.php$
# deny access to .htaccess files, if apache's document root
# concurs with nginx's one
##配置快取30天
#過期30天。靜態檔案不怎麼更新,過期能夠設大一點,假設頻繁更新。則能夠設定得小一點。
這兒有篇很好的看參考哦
Nginx Nginx配置檔案具體配置解釋
定義nginx執行的使用者和使用者組 user www www nginx程序數,建議設定為等於cpu總核心數。worker processes 8 全域性錯誤日誌定義型別,debug info notice warn error crit error log ar loginx error.log...
終結者 具體解釋Nginx 一
相信非常多人都聽過nginx。這個小巧的東西能夠和apache及iis相媲美。那麼它有什麼作用呢?一句話。它是乙個減輕web應用server 如tomcat 壓力和實現web應用server 如tomcat 集群負載均衡的高效能 強穩定 高併發 占用資源少 擴充套件性強而且開源的反向 server。...
Nginx 全面配置解釋
worker processes 16 啟動程序,通常設定成和cpu的數量相等 工作模式及連線數上限 events 設定http伺服器,利用它的反向 功能提供負載均衡支援 nginx.conf中的配置資訊,根據其邏輯上的意義,對它們進行了分類,也就是分成了多個作用域,或者稱之為配置指令上下文。不同的...