Update 'installer.sh'
This commit is contained in:
@@ -48,16 +48,11 @@ chmod -R 755 /var/www
|
|||||||
##-----------------------##
|
##-----------------------##
|
||||||
# Html Folder Perms #
|
# Html Folder Perms #
|
||||||
##-----------------------##
|
##-----------------------##
|
||||||
echo "Html Folder Perms"
|
|
||||||
|
|
||||||
chown -R www-data:www-data /var/www/"$domain"/html
|
chown -R www-data:www-data /var/www/"$domain"/html
|
||||||
|
|
||||||
##-----------##
|
##-----------##
|
||||||
# NGINX #
|
# NGINX #
|
||||||
##-----------##
|
##-----------##
|
||||||
echo "NGINX"
|
|
||||||
|
|
||||||
#installing nginx from apt
|
|
||||||
apt install -y nginx
|
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
|
wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nginx/nginx-default.conf -O /etc/nginx/nginx.conf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user