Update 99-run.sh

This commit is contained in:
Alexandre
2025-07-21 16:05:53 +02:00
committed by GitHub
parent 9d2af972ec
commit 25f5bc80db

View File

@@ -221,7 +221,7 @@ start_web() {
mkdir -p /run/nginx /var/log/nginx
# Set nginx
mv /etc/nginx/servers/web.bak /etc/nginx/servers/web.conf
mv /etc/nginx/http.d/web.bak /etc/nginx/http.d/web.conf
bashio::log.info "Starting Ente web (nginx, ports 30003004)..."
exec nginx -g 'daemon off;' &