下面的配置項是我在 mac 上用 homebrew 安裝的nginx1.12
# 定義 nginx 的執行的使用者和使用者組
#user nobody;
# nginx 的程序數
worker_processes 1;
# 全域性錯誤日誌定義型別, 錯誤級別【 debug | info | notice | warn | error | crit 】
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
# 程序檔案
#pid logs/nginx.pid;
# 工作模式與連線數上限
events
# 設定 http 伺服器
# 重定向頁面設定
#error_page 404 /404.html;
# redirect server error pages to the static page /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
# 可以將 .php 的檔案交由 apache 處理
#location ~ \.php$
# pass the php scripts to fastcgi server listening on 127.0.0.1:9000
# 對 .php 檔案的**
location ~ \.php$
# deny access to .htaccess files, if apache's document root
# concurs with nginx's one
##location ~ /\.ht
}# another virtual host using mix of ip-, name-, and port-based configuration
# 其他的虛擬主機 引數同上
nginx常用配置項介紹
1.開啟status頁面檢測服務狀態 nginx v 檢測有沒有編譯模組 with http sub module 這個模組,就代表可以啟用statuslocation nginx status任意監聽埠都能得到連線狀態統計,active connections 4 代表目前4個活動tcp連線 se...
rman CONFIGURE配置項介紹
show all命令可以檢視配置資訊 後跟 default表示該條配置仍然是初始的預設配置,如果我們想把某條更改過的配置再置為初始應該怎麼辦呢,很簡單,用如下命令 configure clear 1 configure retention policy 配置備份保留策略 configure rete...
Echarts配置項介紹
配置項 1.title 元件標題 2.tooltip 提示框元件 觸發型別 tooltip.trigger item 圖形觸發,散點圖餅圖 tooltip.trigger axis 座標軸觸發,柱狀折線圖 tooltip.trigger none 不觸發 3.legend4.toolbox 儲存 5...