From 5e6fc67717e9b0a61c90d52925fd3103c614d824 Mon Sep 17 00:00:00 2001 From: Amoelle Date: Tue, 1 Apr 2025 22:04:15 +0300 Subject: [PATCH] Fixed apache config pointing to the wrong document root --- setup_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_script.sh b/setup_script.sh index 0d6e058..7b42ffa 100755 --- a/setup_script.sh +++ b/setup_script.sh @@ -887,7 +887,7 @@ cat > /tmp/deployment.conf << EOF ServerName ${SERVER_IP} ServerAdmin webmaster@localhost - DocumentRoot "/srv/http/deployment" + DocumentRoot "/srv/http" DirectoryIndex index.html