From 44177abf5129bfb793e0c6c8fcae86a5f9808e6f Mon Sep 17 00:00:00 2001 From: Adnan Abdulhussein Date: Wed, 10 Jun 2015 09:35:32 -0700 Subject: [PATCH] Change node exposed port to non-privileged --- bitnami/nginx/vhosts/node_app.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/nginx/vhosts/node_app.conf.example b/bitnami/nginx/vhosts/node_app.conf.example index 77c4945e2bc6..55ccbfefc1ca 100644 --- a/bitnami/nginx/vhosts/node_app.conf.example +++ b/bitnami/nginx/vhosts/node_app.conf.example @@ -9,7 +9,7 @@ server { proxy_set_header HOST $http_host; proxy_set_header X-NginX-Proxy true; - proxy_pass http://[your_node_container_link_alias]; + proxy_pass http://[your_node_container_link_alias]:3000; proxy_redirect off; } }