#!/command/with-contenv bash set -euo pipefail echo "[s6-run] Starting NGINX load balancer" exec nginx -g 'daemon off;'