I am trying to understand the entire web/framework/application stack when installing ASP.NET 5 on Linux.
All the instructions I have read, including this one haven't really answered my question:
Why can't Nginx server work without Kestrel like here: http://www.mono-project.com/docs/web/fastcgi/nginx/ ?
Or am I way off. I'm trying to understand what the reason is for this structure:
.NET Core(or mono) --> Kestrel --> Nginx
Isn't Kestrel just another web server like Nginx but with a lot less features?