diff --git a/installer.sh b/installer.sh index 8c41527..eb01147 100644 --- a/installer.sh +++ b/installer.sh @@ -48,16 +48,11 @@ chmod -R 755 /var/www ##-----------------------## # Html Folder Perms # ##-----------------------## -echo "Html Folder Perms" - chown -R www-data:www-data /var/www/"$domain"/html ##-----------## # NGINX # ##-----------## -echo "NGINX" - -#installing nginx from apt apt install -y nginx wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nginx/nginx-default.conf -O /etc/nginx/nginx.conf