I have set up a .net core application on linux using nginx. It works perfectly with dotnet MyProject.dll. However, using the instructions in this link, when I try setting up a kestrel service, it doesn’t seem to be able to use the Configuration in the startup class. Here is my Program My start up class has the following: I keep