Skip to content

Instantly share code, notes, and snippets.

@phyllisstein
Last active October 18, 2018 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phyllisstein/7787851e5293fb874da0cebf8f8631e1 to your computer and use it in GitHub Desktop.
Save phyllisstein/7787851e5293fb874da0cebf8f8631e1 to your computer and use it in GitHub Desktop.
{
"listeners": {
"*:8080": {
"application": "hello-unit"
}
},
"applications": {
"hello-unit": {
"type": "external",
"working_directory": "/path/to/your/hello-unit",
"executable": "app.js"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment