Update 'installer.sh'

This commit is contained in:
b.waal
2019-09-01 02:09:38 +02:00
parent 0f685a572d
commit f5a154dcab

View File

@@ -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