c719f43
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh # Start the Node.js server in the background node index.js & NODE_PID=$! # Give the server a moment to start sleep 3 # Start nginx in the foreground nginx -g "daemon off;"