testing
This commit is contained in:
parent
6da2f402a5
commit
bca25bc84d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user