The Monsters Weekly - Episode 51 - An Intro to Nginx for Kestrel

Kestrel is a great light weight server for serving ASP.NET Core web applications. However it doesn't support such things as SSL or gzip or http2. In order to get that functionality you need to put another web server in front of it. Nginx is a great feature rich web server which can act as a front for Kestrel. In this episode we'll explore some of the configuration options for Nginx. 

Resources

Monsters post on Nginx

Nginx site