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