From d37b8584746cf55e65743cd9e80041f687700d8b Mon Sep 17 00:00:00 2001 From: "Livreware.org" Date: Fri, 21 Jul 2023 01:04:53 -0400 Subject: Replaced php7.4-fpm to php-fpm on dokuwiki.md php-fpm is a symbolic link to whatever is the current version of php. Specifying the symbolic link is preferrable so there is no need to edit the nginx config file whenever php is updated. --- content/dokuwiki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/dokuwiki.md b/content/dokuwiki.md index 1dfb96b..f47b437 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 } } -- cgit v1.2.3