dotnet / eShop

A reference .NET application implementing an eCommerce site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to expose shopping webpage instead of dashboard webpage?

s11005349 opened this issue · comments

Hi
I've depolyed the eShop in Ubuntu 22.04 (arm64) as follow:

未命名

I saw "Now listening on: http://localhost:18848"
Therefore, I redirected the traffic from port 80 to port 18848.

However, it now only displays the dashboard webpage on the webpage: http://<my_public_ip>

How can I make the shopping page accessible publicly instead of the dashboard webpage?