summaryrefslogtreecommitdiff
path: root/content/dokuwiki.md
diff options
context:
space:
mode:
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 f47b437..6f224d0 100644
--- a/content/dokuwiki.md
+++ b/content/dokuwiki.md
@@ -90,7 +90,7 @@ certbot --nginx
Restart nginx and php in order for the changes to take effect.
```sh
-systemctl restart nginx && systemctl restart php7.4-fpm
+systemctl restart nginx && systemctl restart php8.2-fpm
```
Finally, go to `wiki.yourwebsite.com/install.php` to finish the installation process. Read up [the documentation](https://www.dokuwiki.org/installer) in order to understand what each of those itens mean.