GOGO全球高清大胆国模,GOGO人体做爰大胆视频,GOGO大胆无码免费视频,GOGOGO免费高清日本,GOGOGO免费完整国语版,GOGOGO高清在线观看

購物車中還沒有商品,趕緊選購吧!

Linux nginx域名綁定方法

發(fā)布日期:2017-10-18 閱讀:8685

以下配置的路徑以阿里云提供的標準環(huán)境路徑為準,如果您另行安裝,請根據(jù)實際安裝路徑去找到您的配置文件進行配置。

       假如我們需要在我們的網(wǎng)站www.test.com上增加綁定一個m.test.com和一個test.com的域名,請進行如下類似的操作:

1.cd /alidata/server/nginx/conf/vhosts/ 找到您的網(wǎng)站配置文件,一般是您的域名.conf,例如域名是:www.test.com,那就應該是www.test.com.conf

 

2.vim www.test.com.conf  修改這個配置文件,您應該會看到如下類似的配置內(nèi)容:

server {

        listen       80;

        server_name www.test.com;

        root /www/web/www_test_com/public_html;

        index index.php;

        error_page  400 /errpage/400.html;

        error_page  403 /errpage/403.html;

        error_page  404 /errpage/404.html;

        location ~ \.php$ {

                proxy_pass http://127.0.0.1:88;

                include naproxy.conf;

        }

        location / {

                try_files $uri @apache;

        }

        location @apache {

                 proxy_pass http://127.0.0.1:88;

                 include naproxy.conf;

        }

        access_log  /www/web_logs/www.test.com_access.log  wwwlogs;

        error_log  /www/web_logs/www.test.com_error.log;

}

 

3.點擊字母“i”開始編輯文件,輸入內(nèi)容:

server {

        listen       80;

        server_name www.test.com test.com m.test.com;

        root /www/web/www_test_com/public_html;

        index index.php;

        error_page  400 /errpage/400.html;

        error_page  403 /errpage/403.html;

        error_page  404 /errpage/404.html;

        location ~ \.php$ {

                proxy_pass http://127.0.0.1:88;

                include naproxy.conf;

        }

        location / {

                try_files $uri @apache;

        }

        location @apache {

                 proxy_pass http://127.0.0.1:88;

                 include naproxy.conf;

        }

        access_log  /www/web_logs/www.test.com_access.log  wwwlogs;

        error_log  /www/web_logs/www.test.com_error.log;

}

 

 

其中:

ServerName www.test.com test.com m.test.com;綁定的網(wǎng)站域名(您如果有多個域名添加在這里)

index index.php; 設置默認首頁

root /www/web/www_test_com/public_html; 是指定網(wǎng)站的目錄。

 

按“esc”退出編輯模式,輸入“:wq”保存退出。

 

4.輸入命令:nginx –s reload 重啟nginx測試。

 

5.測試網(wǎng)站。請在瀏覽器中輸入域名,測試設置。


以上內(nèi)容是否對您有幫助? 您的反饋信息提交成功,謝謝您的反饋!

會員評論

在線客服
微信咨詢
微信咨詢
現(xiàn)在咨詢,獲取演示賬號
企業(yè)logo小米
立即掃碼加我微信
電話咨詢
咨詢電話
028-61558715
預約演示
欢迎光临: 涟源市| 盐山县| 台中县| 安阳县| 通化县| 山丹县| 怀安县| 鱼台县| 灵寿县| 金乡县| 涟源市| 伽师县| 昂仁县| 叶城县| 东乡族自治县| 来安县| 永康市| 横峰县| 轮台县| 喀什市| 尼玛县| 凤翔县| 吉首市| 安庆市| 喀喇沁旗| 公主岭市| 山阴县| 云浮市| 阿荣旗| 沁水县| 永德县| 长春市| 蒲江县| 嵩明县| 泊头市| 新乐市| 建德市| 穆棱市| 汶川县| 永胜县| 延边|