Fixed apache config pointing to the wrong document root
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user