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 From 5024eb39f45393f0c296ec311786c42b0c2cc088 Mon Sep 17 00:00:00 2001 From: "Livreware.org" Date: Fri, 21 Jul 2023 02:42:06 -0400 Subject: fixed typo on 'prosodyctl ...' command --- content/jitsi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/jitsi.md b/content/jitsi.md index 82246dd..0df893b 100644 --- a/content/jitsi.md +++ b/content/jitsi.md @@ -175,7 +175,7 @@ You now need to register some users in [Prosody](/prosody), you can do so manually using `prosodyctl`: ```sh -prosodyctl register <username> meet.example.org <password> +prosodyctl register meet.example.org ``` Finally, restart `prosody`, `jicofo`, and `jitsi-videobridge2`: -- cgit v1.2.3