From a20fff4eede06d860b34e18f91357df2ea5459ee Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Mon, 11 Dec 2023 11:32:49 -0600 Subject: [PATCH] fix default in migration guide --- content/en/admin/migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/migrating.md b/content/en/admin/migrating.md index 664af51d..0e1c4091 100644 --- a/content/en/admin/migrating.md +++ b/content/en/admin/migrating.md @@ -39,7 +39,7 @@ At a high level, you’ll need to copy over the following: Less crucially, you’ll probably also want to copy the following for convenience: -* The nginx config (under `/etc/nginx/sites-available/default`) +* The nginx config (under `/etc/nginx/sites-available/mastodon`) * The systemd config files (`/etc/systemd/system/mastodon-*.service`), which may contain your server tweaks and customizations * The PgBouncer configuration under `/etc/pgbouncer` (if you’re using it)