例如:a.example.com/index.html 對應/a-direcoty/index.html,而b.example.com/index.html 對應/b-direcoty/index.html
a.example.com/index.html
/a-direcoty/index.html
b.example.com/index.html
/b-direcoty/index.html
人生最曼妙的风景,竟是内心的淡定与从容!
雷雷
nginx設定檔可以設定server段,在server中設定server_name來指定網域名稱。所以你這種情況就設定兩個server,分別是兩個域名,然後再設定root為具體目錄
雷雷
nginx設定檔可以設定server段,在server中設定server_name來指定網域名稱。所以你這種情況就設定兩個server,分別是兩個域名,然後再設定root為具體目錄