From 94fc5b1cc9336a81b5c7c1990d786455ad77d3d2 Mon Sep 17 00:00:00 2001 From: fox Date: Sat, 28 Mar 2020 07:54:58 +0000 Subject: Update page 'SSL Certificate Authentication' --- SSL Certificate Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSL Certificate Authentication.md b/SSL Certificate Authentication.md index 42feadf..f6f1cd6 100644 --- a/SSL Certificate Authentication.md +++ b/SSL Certificate Authentication.md @@ -71,7 +71,7 @@ sudo systemctl restart nginx Update the TT-RSS config file to add `auth_remote` to the `PLUGINS` constant (near the end of the file): ```php -define('PLUGINS, 'auth_internal, auth_remote, note'); +define('PLUGINS', 'auth_internal, auth_remote, note'); ``` You might be tempted to remove `auth_internal` but we still need it so don't. -- cgit v1.2.3