本來(lái)圖dnspod的方便 ,還是自己的服務(wù)器靠得住,不在乎這點(diǎn)服務(wù)器壓力,改用自己的nginx轉(zhuǎn)發(fā)
server_name www.jxpeople.com.cn pbottle.com;
if ($host = 'pbottle.com' ) {
rewrite ^/(.*)$ http://www.jxpeople.com.cn/$1 permanent;
}
結(jié)果:
HTTP/1.1 301 Moved Permanently
Server: nginx/1.2.9
Date: Tue, 14 Jan 2014 17:19:02 GMT
Content-Type: text/html
Content-Length: 184
Connection: keep-alive
Location: http://www.jxpeople.com.cn/