From 1b7cb0cbc3142f0f5238918d564e624c9f5ab070 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Fri, 11 Nov 2022 21:58:55 +0100 Subject: [PATCH] Fix Nginx related permission --- content/en/admin/install.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/admin/install.md b/content/en/admin/install.md index dddc14b0..49b19f8a 100644 --- a/content/en/admin/install.md +++ b/content/en/admin/install.md @@ -183,6 +183,14 @@ exit ### Setting up nginx {#setting-up-nginx} + +Nginx needs permission to traverse `/home/mastodon`: + +```bash +sudo chmod o+x ~ +``` + + Copy the configuration template for nginx from the Mastodon directory: ```bash