.net core+nginx警告:

warn: Microsoft.AspNetCore.Server.Kestrel[0]
Unable to bind to http://localhost:5000 on the IPv6 loopback interface: 'Cannot assign requested address'.

解决办法:

  把http://localhost:5000 启动改为:http://127.0.0.1:5000 

相关文章:

  • 2021-11-14
  • 2021-11-17
  • 2022-12-23
  • 2021-08-01
  • 2021-12-21
  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-15
  • 2021-12-24
  • 2022-12-23
  • 2021-08-14
  • 2022-12-23
  • 2019-09-25
  • 2022-12-23
相关资源
相似解决方案