A very basic server block for that handles incoming requests and proxies them to your NodeJS app would look something like this (note: don鈥檛 use this one, read on down for proxy_params and further setup info):
server
{
listen 80;
listen [::]:80;
server_name domain01.com www.domain01.com;
