location / {

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

相关文章:

  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-03
  • 2022-03-10
  • 2021-11-19
相关资源
相似解决方案