location / { root /usr/share/nginx/html; if ( -f $request_filename ){ return 301 http://www.baidu.com; } if ( -d $request_filename ){ return 301 http://www.jd.com; } }