summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorLivreware.org <eunaoconfigurei@umemail.com>2023-07-21 01:04:53 -0400
committerLivreware.org <eunaoconfigurei@umemail.com>2023-07-21 01:10:07 -0400
commitd37b8584746cf55e65743cd9e80041f687700d8b (patch)
tree71bc486dca0038b4196bf5bf1150ea1415e68159 /content
parent42322f3f77561780f66efb604eac33c8ff3d6231 (diff)
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.
Diffstat (limited to 'content')
-rw-r--r--content/dokuwiki.md2
1 files changed, 1 insertions, 1 deletions
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
}
}