summaryrefslogtreecommitdiff
path: root/content/dokuwiki.md
diff options
context:
space:
mode:
authorAdachi <adachiwasright@cock.email>2023-01-25 19:06:08 -0400
committerAdachi <adachiwasright@cock.email>2023-01-25 19:06:08 -0400
commitb15df51474820202b509385f0d5d4daa73028425 (patch)
tree7bf6518e3518254e3785f3f51357e524f815ddbc /content/dokuwiki.md
parent5667b6a8a4154e74e0a91bb706ba156b9d56d79a (diff)
Fixed some typos
Diffstat (limited to 'content/dokuwiki.md')
-rw-r--r--content/dokuwiki.md2
1 files changed, 1 insertions, 1 deletions
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 {