NGINX

Installing NGINX to a Debian/Ubuntu machine is quick and easy.

Create the OpenSSL certificates NOTE: These are self-signed certificates.
openssl req -newkey rsa:2048 -nodes -keyout server.key -x509 -days 3650 -out server.crt
Install Stream module NOTE: May already been installed by the distro.
apt get install -y libnginx-mod-stream