201310-16 nginx 域名rewrite跳转 ◆ 需求:nginx规则,所有对OA.bccom.info的访问,redirect到uc.qycn.com,谢谢。 ◆ 写法: server { listen 80; server_name uc.qycn.com; index index.htm index.php; root /export/home/www if ($host = "blog.buyinlot.com"){.... Read More >