From b41d9b540f0cccc8b2f51010820dbf2314d34ca0 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Tue, 20 Apr 2021 12:34:35 +0200 Subject: [PATCH] fix typo --- docker/caddy/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/caddy/Caddyfile b/docker/caddy/Caddyfile index 8aa90c37..e64d5abc 100644 --- a/docker/caddy/Caddyfile +++ b/docker/caddy/Caddyfile @@ -1,4 +1,4 @@ -# This block below is optional if you want to generate internal certificate for the server ip address. +# This block below is optional if you want to generate an internal certificate for the server ip address. # It is useful in case you have services trying to reach the server through ip and not domain like health checks. # It will generate internal certificate so browsers will warn you when connecting but that not a problem.