注:本詳解以d:\nginx-1.6.0此目錄為例
1. 修改d:\nginx-1.6.0\conf裡的nginx.conf檔案。
2. 在d:\nginx-1.6.0\conf目錄下新建vhost資料夾,作為多虛擬主機配置檔案目錄。
3. 在d:\nginx-1.6.0\logs目錄下新建html、kcloud、web資料夾,作為多虛擬主機日誌目錄
4. 複製htmlconf.conf、kcloudconf.conf、webconf.conf到d:\nginx-1.6.0\conf\vhost目錄下。
server
}
upstream smelp
server
}}
kcloudconf.conf為知識庫虛擬主機的配置,以下是詳細說明:
upstream kcloud
server
}
5. 將靜態html宣傳頁**檔案複製到d:\nginx-1.6.0\html目錄下。
6. 啟動相應的web服務和知識庫服務,其中web服務以root專案名部署。
7. cmd定位到d:\nginx-1.6.0,輸入start nginx。啟動nginx服務即可。
php apache伺服器虛擬主機配置
c盤 windows system32 drivers etc hosts 配置內容 127.0.0.1 自定義網域名稱 d盤 phpstudy phptutorial apache conf httpd.conf 配置內容 ctr f查詢vhos 在470行去掉注釋符根據引用路徑查詢下乙個配置檔案...
nginx服務一配置虛擬主機
二 配置三個虛擬主機 1.1 nginx core modules 必須的 包括main events 2.standard http modules 預設安裝 core access fastcgi gzip 壓縮模組 log 日誌模組 proxy rewrite url重寫模組 upstream...
Nginx虛擬主機配置
0.nginx簡介 nginx engine x 是乙個高效能的 http 和 反向 伺服器,也是乙個 imap pop3 smtp 伺服器。nginx 已經因為它的穩定性 豐富的功能集 示例配置檔案和低系統資源的消耗而聞名了。1.nginx使用注意事項 2.nginx相關檔案 3.nginx虛擬主...