diff options
Diffstat (limited to 'content/dokuwiki.md')
| -rw-r--r-- | content/dokuwiki.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/dokuwiki.md b/content/dokuwiki.md index 1dfb96b..6f224d0 100644 --- a/content/dokuwiki.md +++ b/content/dokuwiki.md @@ -69,7 +69,7 @@ server { include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param REDIRECT_STATUS 200; - fastcgi_pass unix:/var/run/php/php7.4-fpm.sock; + fastcgi_pass unix:/var/run/php/php-fpm.sock; # fastcgi_pass unix:/var/run/php5-fpm.sock; #old php version } } @@ -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. |
