nopCommerce installation issue with nginx on Ubuntu

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Hi,

I have followed steps on https://docs.nopcommerce.com/en/installation-and-upgrading/installing-nopcommerce/installing-on-linux.html

After defining the website locally on nginx, and creating the needed Linux service, and running nginx, nopCommerce service, I get redirect problems and I cannot see the installation page of nopCommerce.

Anyone else with similar issue?
3 years ago
The problem was related to permissions.

What I did to resolve the problem:
1. Used localhost:5000 instead of localhost
2. Stopped nopCommerce service.
3. Manually ran dotnet Nop.Web.dll from command line.
4. From the command line I saw the problem was about permissions.

Thank you
3 years ago
Hi smhnaji

Glad you got it working : )

In addition to the nopCommerce guide, I recommend this MS techdoc for hosting ASPNET Core behind Nginx.  It covers topics such as monitoring app. reviewing logs, and securing Nginx in production systems hacking (clickjacking, MIME-sniff)

Jon

smhnaji wrote:
The problem was related to permissions.

What I did to resolve the problem:
1. Used localhost:5000 instead of localhost
2. Stopped nopCommerce service.
3. Manually ran dotnet Nop.Web.dll from command line.
4. From the command line I saw the problem was about permissions.

Thank you
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.