From 6a157c29854ee84e0d78469f4792ed575526f31f Mon Sep 17 00:00:00 2001 From: Gervasio Marchand Date: Sun, 20 Nov 2022 03:41:21 -0300 Subject: [PATCH] Update install instructions (#1052) --- content/en/admin/install.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/en/admin/install.md b/content/en/admin/install.md index 0984c370..da5d83d6 100644 --- a/content/en/admin/install.md +++ b/content/en/admin/install.md @@ -106,7 +106,7 @@ exit #### Performance configuration (optional) {#performance-configuration-optional} -For optimal performance, you may use [pgTune](https://pgtune.leopard.in.ua/#/) to generate an appropriate configuration and edit values in `/etc/postgresql/14/main/postgresql.conf` before restarting PostgreSQL with `systemctl restart postgresql` +For optimal performance, you may use [pgTune](https://pgtune.leopard.in.ua/#/) to generate an appropriate configuration and edit values in `/etc/postgresql/15/main/postgresql.conf` before restarting PostgreSQL with `systemctl restart postgresql` #### Creating a user {#creating-a-user} @@ -194,6 +194,11 @@ Then edit `/etc/nginx/sites-available/mastodon` to replace `example.com` with yo Reload nginx for the changes to take effect: + +```bash +systemctl reload nginx +``` + ### Acquiring a SSL certificate {#acquiring-a-ssl-certificate} We’ll use Let’s Encrypt to get a free SSL certificate: