配置範例站點站點
序號網域名稱目錄1
www.heytool.com
/www/html/www.heytool.com
2bbs.heytool.com
/www/html/bbs.heytool.com
修改nginx配置檔案:
# vi nginx.conf
user nobody nobody; # 執行 nginx 的所屬組和所有者
nginx 啟動關閉
# /usr/local/nginx-1.0.6/sbin/nginx //啟動 nginx
# /usr/local/nginx-1.0.6/sbin/nginx –t //測試 nginx 配置檔案的準確性
# /usr/local/nginx-1.0.6/sbin/nginx –s reload //過載 nginx
# /usr/local/nginx-1.0.6/sbin/nginx –s stop //關閉 nginx
測試
建立測試站點
啟動nginx
# /usr/local/nginx-1.0.6/sbin/nginx –t //看到 ok 和 successful,說明配置檔案沒問題
nginx: the configuration file /usr/local/ nginx-1.0.6/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/ nginx-1.0.6/conf/nginx.conf test is successful
# /usr/local/nginx-1.0.6/sbin/nginx
繫結hosts,測試
把兩個網域名稱指向 192.168.1.202
192.168.1.202 www.heytool.com
192.168.1.202 bbs.heytool.com
開啟 www.heytool.com,如下圖:
nginx
開啟 bbs.heytool.com,如下圖:
nginx
完畢!!!!
Nginx站點配置
今天因為專案需要,新建了乙個站點,過了一遍nginx配置站點的過程,記錄一下操作過程。1.將新站點的 檔案放在指定的目錄下,比如 data www test.vso.com 2.在nginx配置檔案下新增乙個站點的配置檔案,新網域名稱定為 test.vso.com nginx配置檔案在 etc ng...
Nginx 配置站點
1 進入 配置資料夾 cd etc nginx cof.d 2 建立乙個一站點名稱命名的配置檔案 vim kestrel syslyracom.conf 3 在.conf 檔案中輸入以下 只需要改動埠號,然後退出儲存 server 4.驗證配置,重新載入 sudo nginx t sudo ngin...
Nginx 配置站點
1 進入 配置資料夾 cd etc nginx cof.d 2 建立乙個一站點名稱命名的配置檔案 vim kestrel syslyracom.conf 3 在.conf 檔案中輸入以下 只需要改動埠號,然後退出儲存 server 4.驗證配置,重新載入 sudo nginx t sudo ngin...