Files
NetAlertX/install/alpine-docker/services/start-nginx.sh
2025-09-27 19:15:07 -04:00

6 lines
130 B
Bash
Executable File

#!/bin/bash
echo "Starting nginx..."
exec nginx \
-c "${NGINX_CONFIG_FILE}" \
-g "daemon off;" >> "${LOG_APP_FRONT}" 2>&1