This month was our first .NET Oxford of 2019, and we were very pleased to welcome back Ian Cooper, who was this time talking about NGINX! For more details about the last time he joined us, see my blog post from March 2018 where he did a talk on 12 Factor Applications.
You're working on a web project which has a webapp and one or more APIs, perhaps an Identity Server too. Locally, your webapp is http://localhost:5000
, your API is http://localhost:5001
, your Identity Server is http://localhost:5002
, etc, etc.