diff options
Diffstat (limited to 'scripts/hostclass')
-rw-r--r-- | scripts/hostclass/public_webserver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hostclass/public_webserver b/scripts/hostclass/public_webserver index 54c0545..bce14e5 100644 --- a/scripts/hostclass/public_webserver +++ b/scripts/hostclass/public_webserver @@ -5,7 +5,7 @@ : ${acme_certs:=''} -vhosts_dir=/usr/local/www +vhosts_dir=/usr/local/www/vhosts # Install packages. pkg install -y \ |