Update install instructions (#1052)
This commit is contained in:
parent
b3a4043ffa
commit
6a157c2985
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue