Change node exposed port to non-privileged

This commit is contained in:
Adnan Abdulhussein 2015-06-10 09:35:32 -07:00
parent f5a380f654
commit 44177abf51
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}