From b15df51474820202b509385f0d5d4daa73028425 Mon Sep 17 00:00:00 2001 From: Adachi Date: Wed, 25 Jan 2023 19:06:08 -0400 Subject: Fixed some typos --- content/dokuwiki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/dokuwiki.md b/content/dokuwiki.md index cb99f59..89635ef 100644 --- a/content/dokuwiki.md +++ b/content/dokuwiki.md @@ -28,7 +28,7 @@ chown -R www-data:www-data /var/www/dokuwiki ## Nginx Configuration -Create a file named `/etc/nginx/sites-available/dokuwiki` using your favorite text editor and add the following lines, based on the configuration [here](https://www.dokuwiki.org/install:nginx). **Remember to change `wiki.example.org` to your website's name.** Also, pay attention to the lines containing `client_max_body_size`, which determines the maximum file size upload, and the first `location` line, because it needs to be commented during the installation and uncommented when it's done. +Create a file named `/etc/nginx/sites-available/dokuwiki` using your favorite text editor and add the following lines, based on the configuration [here](https://www.dokuwiki.org/install:nginx). **Remember to change `wiki.example.org` to your website's name.** Also, pay attention to the lines containing `client_max_body_size`, which determines the maximum file size allowed for uploads, and the first `location` line, because it needs to be commented during the installation and uncommented when it's done. ```nginx server { -- cgit v1.2.3