This commit is contained in:
Sjors Provoost 2024-05-21 12:54:00 +01:00 committed by GitHub
commit 79300df691
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -193,6 +193,14 @@ This will obtain the certificate, and save it in the directory `/etc/letsencrypt
### 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