Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

268
Views
Direct URL access results in 404 page not found on Nginx Server

I have deployed my node.js application on nginx server and it is up and running. I am able to access the application using the domain name that i bought. For example [www.myshopping.com] this is dummy name. When i am navigating to other URL through the application it is working. For example: www.myshopping.com/cart works fine for me through navigation link on the website.

But when i copy this URL(www.myshopping.com/cart) and paste into browser address bar it gives me 404 page not found

My nginx.conf file setting is as below

http {
       include       mime.types;
      default_type  application/octet-stream;


      server {
         listen       80;
         server_name  myshopping.com www.myshopping.com;
         root   /usr/share/nginx/build;
         index index.html index.htm;

         location / {

         }

       }
     } 

How to solve this problem of direct access to a particular URL. I am a newbie in nginx world

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!