Fix Nginx related permission

This commit is contained in:
Sjors Provoost 2022-11-11 21:58:55 +01:00
parent b817492314
commit 1b7cb0cbc3
No known key found for this signature in database
GPG Key ID: 57FF9BDBCC301009
1 changed files with 8 additions and 0 deletions

View File

@ -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