summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {