summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.