Posts Host ASP.NET Core on Linux with Nginx
Post
Cancel

Host ASP.NET Core on Linux with Nginx

https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-3.1

https://www.nginx.com/blog/tutorial-proxy-net-core-kestrel-nginx-plus/

NGINX Plus

https://www.nginx.com/products/nginx/

Kestrel Web Server

is considered a preferred web server for newer ASP.NET applications. It is based on the libuv library, the same one used by node.js. Libuv supports an event-driven style of programming. https://stackify.com/what-is-kestrel-web-server/ https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-3.1


ASP.NET Evolution

origin - https://www.pipiscrew.com/?p=18395 host-asp-net-core-on-linux-with-nginx

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags