Host ASP.NET Core on Linux with Nginx

Costas

Administrator
Staff member
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
KMzstl5.png
 
Top