This commit is contained in:
William Mantly 2021-01-23 14:48:29 -05:00
parent 6da2f402a5
commit bca25bc84d
Signed by: wmantly
GPG Key ID: 186A8370EFF937CA

View File

@ -1,7 +1,10 @@
source ../../ops/lib/mo
#!/bin/bash
apt install -y apache2
a2enmod expires
a2enmod rewrite
apache_vhost="$(cat ops/apache2/vhost.conf)"
echo "$apache_vhost" | mo > /etc/apache2/sites-enabled/000-default.conf