#!/command/execlineb -P
# Redirect stderr to stdout for proper logging
fdmove -c 2 1
# Start nginx in foreground mode
exec nginx -g "daemon off;"
