From 22299f84d39c26dd661a217809ae3174ccfaf4eb Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 5 Jul 2021 09:33:36 -0400 Subject: spell form --- nextcloud.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nextcloud.html') diff --git a/nextcloud.html b/nextcloud.html index 259c361..533ebb1 100644 --- a/nextcloud.html +++ b/nextcloud.html @@ -140,7 +140,7 @@ server { location ~ \.woff2?$ { try_files $uri /nextcloud/index.php$request_uri; - expires 7d; + expires 7d; access_log off; } @@ -155,7 +155,7 @@ server { }

Enable the site by running this command:

ln -s /etc/nginx/sites-available/nextcloud /etc/nginx/sites-enabled/
-

Next, we need to download the latest release tarball of Nextcloud. Go to https://nextcloud.com/install/#instructions-server and copy the URL of the the .tar.bz2 tarball from the More Downloads dropdown menu then go to your server's shell prompt and download the tarball with wget. Here is an example:

+

Next, we need to download the latest release tarball of Nextcloud. Go to https://nextcloud.com/install/#instructions-server and copy the URL of the .tar.bz2 tarball from the More Downloads dropdown menu then go to your server's shell prompt and download the tarball with wget. Here is an example:

wget https://download.nextcloud.com/server/releases/nextcloud-21.0.2.tar.bz2

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

tar -xjf nextcloud*.tar.bz2 -C /var/www
-- cgit v1.2.3