Update 'NGINX-Installer.sh'
This commit is contained in:
@@ -315,6 +315,12 @@ require_once(ABSPATH . 'wp-settings.php');
|
|||||||
EOF
|
EOF
|
||||||
fi
|
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 #
|
# Opcache GUI #
|
||||||
##-----------------##
|
##-----------------##
|
||||||
|
|||||||
Reference in New Issue
Block a user