#!/bin/sh # Start the Node.js server node index.js # Givethe server a moment to start sleep 3 # Start nginx in the foreground nginx -g "daemon off;"