summaryrefslogtreecommitdiff
path: root/content/dokuwiki.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2024-07-16 08:35:12 -0400
committerGitHub <noreply@github.com>2024-07-16 08:35:12 -0400
commit93180ed28944395a0d96ee680eedbc89d82ae239 (patch)
tree4e960cf08bf913acc5d3e3ea32ce2ac5d2dc73af /content/dokuwiki.md
parent83e37569fead9d82c9e875ee2f65077f82776701 (diff)
parent55a56b85a41aa3e2b4e3d530c7fc91691f3a11ca (diff)
Merge pull request #287 from livreware/master
Updated PHP version on several articles; fixed typo, added firewall command and documentation links on mumble.md
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.