Update 'NGINX-Installer.sh'

This commit is contained in:
bprieshof
2019-02-13 12:57:28 +01:00
parent 4c536dbbe5
commit b31ad910a2

View File

@@ -315,6 +315,12 @@ require_once(ABSPATH . 'wp-settings.php');
EOF
fi
if [ $nextcloud = 1 ]; then
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nextcloud-config.sh -O nextcloud-config.sh
source nextcloud-config.sh
fi
##-----------------##
# Opcache GUI #
##-----------------##