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>
|
<VirtualHost *:80>
|
||||||
ServerName ${SERVER_IP}
|
ServerName ${SERVER_IP}
|
||||||
ServerAdmin webmaster@localhost
|
ServerAdmin webmaster@localhost
|
||||||
DocumentRoot "/srv/http/deployment"
|
DocumentRoot "/srv/http"
|
||||||
DirectoryIndex index.html
|
DirectoryIndex index.html
|
||||||
|
|
||||||
<Directory "/srv/http/deployment">
|
<Directory "/srv/http/deployment">
|
||||||
|
Reference in New Issue
Block a user