From 024df695f71dadc3f774bd3638f6bbccb173a23a Mon Sep 17 00:00:00 2001 From: Janne Johansson Date: Tue, 28 Dec 2021 17:11:59 +0100 Subject: [PATCH] small error on domain name example at the end. (#1627) --- site/content/docs/Repository Server/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/Repository Server/_index.md b/site/content/docs/Repository Server/_index.md index 772eae019..e4b70f4b2 100644 --- a/site/content/docs/Repository Server/_index.md +++ b/site/content/docs/Repository Server/_index.md @@ -323,4 +323,4 @@ Make sure you use a recent nginx version (>=1.16) and you start your kopia serve kopia server start --address 0.0.0.0:51515 --tls-cert-file ~/my.cert --tls-key-file ~/my.key ``` -You can now connect to your kopia server via reverse proxy with your domain: `mydomain:com:443`. \ No newline at end of file +You can now connect to your kopia server via reverse proxy with your domain: `mydomain.com:443`.