summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2020-03-28 07:54:58 +0000
committerfox <[email protected]>2020-03-28 07:54:58 +0000
commit94fc5b1cc9336a81b5c7c1990d786455ad77d3d2 (patch)
tree9f0b7be5704c5fb6835d4bd450acf656997cdba5
parent743513b0a60d149d7cd5e213596d79684a0fa2c4 (diff)
Update page 'SSL Certificate Authentication'
-rw-r--r--SSL Certificate Authentication.md2
1 files changed, 1 insertions, 1 deletions
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.