This commit is contained in:
Sjors Provoost 2024-04-17 10:02:09 +00:00 committed by GitHub
commit d0a6d12316
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