diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-08-28 10:09:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-28 10:09:41 +0000 |
| commit | 569b637e0f5103aa4da2546bc638ee9e2381584f (patch) | |
| tree | ceb79459e92493f3cd6d8262cbd2885c9bcac074 /content/dokuwiki.md | |
| parent | 90f7ac53a42f4dd891f3e3fc5629dd157e50c4b6 (diff) | |
| parent | 5024eb39f45393f0c296ec311786c42b0c2cc088 (diff) | |
Merge pull request #279 from livreware/master
Replaced php7.4-fpm and fixed typo
Diffstat (limited to 'content/dokuwiki.md')
| -rw-r--r-- | content/dokuwiki.md | 2 |
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 } } |
