Fixed apache config pointing to the wrong document root

This commit is contained in:
2025-04-01 22:04:15 +03:00
parent c12d3227fb
commit 5e6fc67717

View File

@@ -887,7 +887,7 @@ cat > /tmp/deployment.conf << EOF
<VirtualHost *:80>
ServerName ${SERVER_IP}
ServerAdmin webmaster@localhost
DocumentRoot "/srv/http/deployment"
DocumentRoot "/srv/http"
DirectoryIndex index.html
<Directory "/srv/http/deployment">