From 0694977812bd69999404fb3b9594a1ab7bbf3a3d Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 3 Feb 2022 14:27:36 +0100 Subject: [PATCH] VPS -> server --- docs/operators/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index 46eca87e..b5acd868 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -108,7 +108,7 @@ You need to keep port `:80` and `:443` free on your server for web proxying to y ### DNS setup -You'll need two A records, one to point to the VPS itself and another to support sub-domains for the apps. You can then support an app hosted on your root domain (e.g. `example.com`) and other apps on sub-domains (e.g. `foo.example.com`, `bar.example.com`). +You'll need two A records, one to point to the server itself and another to support sub-domains for the apps. You can then support an app hosted on your root domain (e.g. `example.com`) and other apps on sub-domains (e.g. `foo.example.com`, `bar.example.com`). Your entries in your DNS provider setup might look like the following.