馬哥部落格作業第十九周

2022-10-10 14:06:11 字數 614 閱讀 2628

1、實現永久重定向,當使用者訪問 www.magedu.org 這個網域名稱時我想讓他跳轉到

www.magedu.com 的主頁面,請寫出配置過程

定義子配置檔案路徑:

修改nginx配置檔案,內容如下:

server

}[root@localhost ~]# nginx -t

[root@localhost ~]# nginx -s reload

server }}

[root@localhost ~]# nginx -t

[root@localhost ~]# nginx -s reload

3、用 nginx 做乙個**伺服器,server_name 為 www.magedu.org,**後端兩台 apache 伺服器。並且要求使用最少連線排程演算法實現,這樣才能做到後端 apache 伺服器的壓力大到均衡

修改nginx主配置檔案,內容如下:

upstream webserver

server

}檢查nginx語法

[root@localhost ~]# nginx -t

[root@localhost ~]# nginx -s reload

馬哥部落格作業第十九周

1 實現永久重定向,當使用者訪問 www.magedu.org 這個網域名稱時我想讓他跳轉到 www.magedu.com 的主頁面,請寫出配置過程 在nginx配置檔案中新建乙個虛擬主機的子配置檔案,配置資訊如下 root localhost nginx vim conf conf.d pc.co...

馬哥部落格作業第十九周

3 在瀏覽器輸入訪問測試是否跳轉到www.magedu.com server if e request filename 3 用 nginx 做乙個 伺服器,server name 為 www.magedu.org,後端兩台 apache 伺服器。並且要求使用最少連線排程演算法實現,這樣才能做到後端...

第十九周作業

1 實現永久重定向,當使用者訪問 www.magedu.org 這個網域名稱時我想讓他跳轉到 www.magedu.com 的主頁面,請寫出配置過程 location 2 rewrite案例 判斷檔案是否存在,要求 當使用者訪問到公司 的時輸入了乙個錯誤的 url 可以將使用者重定向至 www.ma...