Nginx重定向到其他端口

location / {

      # limit_req zone=test_req burst=5 nodelay;
      return 302 http://$host:3000/;
 }
# 我这里的端口为3000;你可以3000改成其他的端口