Logo

Kestrel reverse proxy using nginx

February 12, 2016
1 min read

When you self-host your Asp.NET Core web application using Kestrel, it is recommended that you don’t expose it to the outside world, but use a reverse proxy instead. If you followed the sample in cross-platform Asp.NET Core then you found out that your self-hosted application is only available from your local machine. To expose your application to the outside world, the recommended approach is to use a reverse proxy using Apache or nginx.