Загрузка данных
sudo ss -lntp | grep ':80 ' || true; echo '--- NGINX ---'; systemctl is-active nginx 2>/dev/null || true; echo '--- LOCAL HTTP ---'; curl -I --max-time 3 http://127.0.0.1/ 2>&1 | head -n 10