DEV Community

Discussion on: Install ASP.NET Core on Linux Azure Virtual Machine Ubuntu 18.04 LTS

 
ajmaly profile image
ajmaly

Hi Rebin, I got the reason. While creating Server block, in your command it's,

proxy_pass http://localhost Jump :5000;

I think this is typo (jump), it should be

proxy_pass http://localhost :5000;

After changing it, it's Rocks. Working!!! Thanks again for this article.

Thread Thread
 
rebiiin profile image
Rebin

Hi amaly,
I am sorry about that, now it is fixed.
Thank you for being here