91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

nginx配置域名跳轉

發布時間:2020-07-25 19:34:37 來源:網絡 閱讀:53390 作者:helloworld_1000 欄目:建站服務器

nginx 配置主域名 xxx.com, 跳轉子域名 www.xxx.com

server {
listen 80;
server_name www.xxx.com;

    location / {
        root   html/www/public_html;
        index  index.php index.html index.htm;
    }

    error_page  404              /404.html;

    error_page   500 502 503 504  /50x.html;
    location = /50x.html {
        root   html/www/public_html;
    }

    location ~ \.php$ {
        root           html/www/public_html;
        fastcgi_pass   127.0.0.1:9000;
        fastcgi_index  index.php;
       #  fastcgi_param  SCRIPT_FILENAME  /scripts$fastcgi_script_name;
    #  include        fastcgi_params;**
        include        fastcgi.conf;
    }

}

#xxx.com --> www.xxx.com
server {
server_name xxx.com;
rewrite ^(.*)$ http://www.xxx.com$1 permanent;
}

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

共和县| 车致| 白城市| 司法| 昔阳县| 瓮安县| 漯河市| 金山区| 自治县| 靖州| 南城县| 滨海县| 大竹县| 盐城市| 方正县| 高阳县| 六枝特区| 南木林县| 晋中市| 眉山市| 沈阳市| 东乡族自治县| 遂川县| 河北省| 渑池县| 东丰县| 武胜县| 禹州市| 容城县| 林州市| 长春市| 同仁县| 昭平县| 乡城县| 浦县| 巴林右旗| 濮阳市| 陆川县| 丘北县| 九寨沟县| 两当县|