Docs "deploying on production linux machine" seems not to be about RC2. When I try to run:
dotnet assembly.dll --server.urls http://unix:/var/aspnet/HelloMVC/kestrel.sock
Application binds to localhost:5000 anyway. How can I specify custom port/unix socket name for kestrel?