&1"); echo $log ?: "(no log)"; $log2 = @shell_exec("tail -20 /var/log/nginx/error.log 2>&1"); echo " === NGINX === "; echo $log2 ?: "(no log)";