From bdbd4416366d2948265e6be235e5d9565abf5a49 Mon Sep 17 00:00:00 2001 From: Mike Rodriquez Date: Mon, 17 Apr 2023 20:51:36 -0500 Subject: [PATCH] Update install.md Added a note regarding access to the live folder by nginx user. (this lack of access bit me :-) --- content/en/admin/install.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/admin/install.md b/content/en/admin/install.md index ef6fc20f..4cd5051a 100644 --- a/content/en/admin/install.md +++ b/content/en/admin/install.md @@ -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: