I am reading this tutorial: Host ASP.NET Core on Linux with Nginx https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx
And I am struggling to understand this sentence:
"Publish and copy over the app
Configure the app for a framework-dependent deployment.
If the app is run locally and isn't configured to make secure connections (HTTPS), adopt either of the following approaches:"
How else is an ASP.NET core app run but locally on a machine? That doesn't make sense to me.
It looks like someone may have had the same question as me but the issue was closed as no issue:
https://github.com/dotnet/AspNetCore.Docs/issues/12097