From 0cfd4d05b83842a0d441d93511017a6847974087 Mon Sep 17 00:00:00 2001 From: hosh1 Date: Sat, 9 Aug 2025 22:09:23 +0300 Subject: [PATCH] Update --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index de5d478..60debc1 100644 --- a/install.sh +++ b/install.sh @@ -76,7 +76,7 @@ else exit 1 fi -systemctl stop apache2 ngninx +systemctl stop apache2 nginx WEBROOT="/var/www/html" echo "Корневая директория веб-сервера: $WEBROOT"