location /image { rewrite ^/image/(.*)$ http://baidu.com/$1; } location /test { rewrite ^/test$ http://sohu.com/; }