This commit is contained in:
William Mantly 2021-01-23 14:38:30 -05:00
parent 6a573f0b3d
commit 078d7bade7
Signed by: wmantly
GPG Key ID: 186A8370EFF937CA

View File

@ -4,3 +4,5 @@ apt install -y apache2
apache_vhost="$(cat ops/apache2/vhost.conf)"
echo "$apache_vhost" | mo > /etc/apache2/sites-enabled/000-default.conf
service apache2 restart