Update install.md

Added a note regarding access to the live folder by nginx user. (this lack of access bit me :-)
This commit is contained in:
Mike Rodriquez 2023-04-17 20:51:36 -05:00 committed by GitHub
parent ee88dd3887
commit bdbd441636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -224,6 +224,10 @@ If you deviated from the defaults at any point, check that the username and path
```sh
$EDITOR /etc/systemd/system/mastodon-*.service
```
Make sure the /home/mastodon/live folder is accessible by the nginx user
```sh
chmod 775 /home/mastodon ```
Finally, start and enable the new systemd services: