Change port 5000.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 years ago
Is it possible to set default port 5000 with no source version. I am trying to run multible site on linux with nginx so I need to set different port for each site.
2 years ago
Although this mentions IIS, I think it may help you
https://www.nopcommerce.com/en/boards/topic/48505/multi-store-with-different-domain-names#192177
2 years ago
Correct way is to set:

webBuilder.UseUrls("http://localhost:5003", "https://localhost:5004");
2 years ago
" ... with no source version."
2 years ago
Sorry, I could not find a way to change it with no source version.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.