1. 程式人生 > >Nginx虛擬主機多host域名配置演示

Nginx虛擬主機多host域名配置演示

Nginx虛擬主機多host域名配置演示

1、基於多host域名配置模型圖

2、修改linux系統下hosts檔案

vi /etc/hosts

3、修改Windows系統下hosts檔案

因為域名是自己定義,沒有DNS域名解析伺服器,如果想在本地訪問,必須修改Windows下hosts檔案

4、修改server1.conf、server2.conf、server3.conf配置

(1)server1.conf

(2)server2.conf

(3)server3.conf

5、重啟Nginx程序服務

       nginx -s stop

       nginx -c /etc/nginx/nginx.conf

6、驗證Nginx虛擬主機多host域名配置是否生效

(1)http://dragonbrother.1.com/

(2)http://dragonbrother.2.com/

(3)http://dragonbrother.3.com/