Files
NetAlertX/install/production-filesystem/services/start-nginx.sh
2025-09-27 21:58:00 -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