#!/usr/bin/with-contenv bashio
bashio::log.info "Starting nginx..."
nginx -g "daemon off;" -c /etc/nginx/nginx.conf
bashio::log.info "nginx running."