Initial request is received by an NGINX server
A reverse proxy is set up to relay any requests starting with /slimjim/ to localhost:8080
A small javascript server running in node.js and express runs on port 8080
The script is launched at boot using PM2