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