Skip to content

Instantly share code, notes, and snippets.

View brainomite's full-sized avatar

Aaron Young brainomite

View GitHub Profile
@brainomite
brainomite / xyz.com.ecosystem.config.js
Created August 22, 2020 19:53
Ecosystem file for Medium post on How I Set Up a Server To Host Multiple Node.JS Projects & Save $54+ Per-App Annually vs Heroku
module.exports = {
apps : [{
name: "demo",
script: "/var/www/xyz.com/app.js",
/*
* uncomment the next line or two to enable logging both stdout and
* error outputs to disk and optionally enable prepending the logs with a
* timestamp.
*/