remove default site

This commit is contained in:
Michael Stanclift 2023-12-11 10:19:34 -06:00
parent 3e8b1c23c3
commit 95f32f2b96
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ Copy the configuration template for nginx from the Mastodon directory:
```bash
cp /home/mastodon/live/dist/nginx.conf /etc/nginx/sites-available/mastodon
ln -s /etc/nginx/sites-available/mastodon /etc/nginx/sites-enabled/mastodon
rm /etc/nginx/sites-enabled/default
```
Then edit `/etc/nginx/sites-available/mastodon` to replace `example.com` with your own domain name, and make any other adjustments you might need.