如何为dotnet项目(csproj)设置/配置nginx服务器?

时间:2017-04-01 19:48:09

标签: .net apache nginx csproj visual-studio-mac

我是dotnet和nginx的新手。我已经在Mac上移动了我的dontnet项目(Visual Studio mac预览版),所以在Mac中我没有ISS。

因此,尝试ISS替代方案,如 nginx apache

需要信息 - 如何在Mac机器上为dotnet项目(csproj)设置/配置nginx服务器?

1 个答案:

答案 0 :(得分:0)

您应该能够在Mac上使用Kestrel之类的HTTP服务器运行 ASP.NET Core ,并使用nginx作为静态内容的反向代理。

https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app-xplat/start-mvc

对于控制台应用,请参阅此处:https://docs.microsoft.com/en-us/dotnet/core/tutorials/using-on-macos

希望这有帮助