The default configuration file under conf.d is app.conf.
The content of app.conf is as follows:
server {
listen80; # Port to listen onserver_name localhost; # Domain namelocation / {
root /data/appdeploy; # Directory where the packaged code is located
}
}