找到nginx的配置檔案 nginx/nginx.conf
第一種方,法直接在nginx.com裡面配置
要配置新專案的話,需要重新複製service所有內容,如
第二種方法,用includ匯入(方便各種網域名稱管理)
nginx/vhost目錄下檔案
檔名:www.beibeigou8.com.conf (直接網域名稱配置)
內容:
server檔名:beibeigou8.com.conf (中間有靜態跳轉)
內容:
serverlinux nginx配置新專案加網域名稱
找到nginx的配置檔案 nginx nginx.conf 第一種方,法直接在nginx.com裡面配置 要配置新專案的話,需要重新複製service所有內容,如 第二種方法,用includ匯入 方便各種網域名稱管理 nginx vhost目錄下檔案 檔名 www.beibeigou8.com.co...
android新專案配置步驟
配置butterknife懶載入 1.在build.gradle 加入節點 compile com.jakewharton butterknife 7.0.1 3.開啟需要生成註解的activity或fragment,右鍵generate g enerate butterknifeinjctions...
Android 系統新增新專案及配置
android 編譯指令碼 1.build envsetup.sh 使用時必須用 source 或者 執行,否則設定內容不會到當前bash環境。2.envsetup.sh 指令碼會掃瞄 device 或者 vendor 目錄下的 vendorsetup.sh 檔案 所以新增新專案必須在這兩個目錄中執...