From fb0c69f6e1c2b45137505d7b236b33a56665ac88 Mon Sep 17 00:00:00 2001 From: Matthew Evan Date: Wed, 30 Jun 2021 18:05:33 -0400 Subject: Corrected more information in nextcloud.html --- nextcloud.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud.html b/nextcloud.html index 5a1f4cf..f0debc1 100644 --- a/nextcloud.html +++ b/nextcloud.html @@ -160,7 +160,7 @@ server {

Now we need to extract the Nextcloud tarball. Run the following command:

tar -xjf nextcloud*.tar.bz2 -C /var/www

If you have multiple Nextcloud tarballs in the current working directory you might want to manually specify which one you wish to extract.

-

Let's correct the ownership and permissions of those files. Run the following commands after you fill in the placeholders:

+

Let's correct the ownership and permissions of those files. Run the following commands:

chown -R www-data:www-data /var/www/nextcloud
 chmod -R 755 /var/www/nextcloud
         
-- cgit v1.2.3