diff --git a/2-install.sh b/2-install.sh index ea21ef4..2f685e7 100644 --- a/2-install.sh +++ b/2-install.sh @@ -131,8 +131,8 @@ create_site() { # 2. Создаём index.php cat << 'EOF' > "$SITE_ROOT/web/index.php" Привет от Angie + PHP $FPM_V!"; -echo "
Сайт работает:
"; +echo "Сайт работает: ".$_SERVER['SERVER_NAME']."
"; // Информация о PostgreSQL if (extension_loaded('pgsql')) {