Relative Content

Tag Archive for nginxnginx-reverse-proxynginx-config

nginx proxy pass to nodejs running on same server at port 3000

I have a requirement where i proxy pass the request coming on my server ip to nodejs server which is running on the same server at port 3000 so that when i access my application using browser i don’t have to give ip:port on the browser but instead i just hit on the browser ip and then nginx proxy pass the request to nodejs which is running on port 3000