This commit is contained in:
Hex052 2024-04-17 10:02:10 +00:00 committed by GitHub
commit 68488164c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -215,6 +215,11 @@ ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
Un-comment the lines starting with `ssl_certificate` and `ssl_certificate_key`, updating the path with the correct domain name.
Confirm the user nginx runs as (likely `www-data`) can access the files created under `~mastodon/live/public`. The command will try to access the directory:
```bash
sudo -u www-data ls /home/mastodon/live/public/
```
Reload nginx for the changes to take effect:
```bash