of a sudden. curl localhost:4000 works but nginx keeps throwing 404
Been using this to do it but today switched to another port (from 3000 to 4000) & its not working anymore:
proxy_pass http://127.0.0.1:3000;
any pointers as to what could be wrong or what should I check?
hehe proxy_pass http://127.0.0.1:3000 you need to update the port here as well :)
what does your nginx config look like
Обсуждают сегодня