From 81fc6925120f35cb4fabd345b4609aa6bdefcea6 Mon Sep 17 00:00:00 2001 From: David Parrish Date: Mon, 23 Nov 2015 00:03:14 -0500 Subject: [PATCH] Update README.md Spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fbe9c7..3627b65 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Set the following environment variables to enable Let's Encrypt support for a co - `LETSENCRYPT_HOST` - `LETSENCRYPT_EMAIL` -The `LETSENCRYPT_HOST` variable most likely needs to be the same as the `VIRTUAL_HOSTS` variable and must be publicly reachable domains. Specify multiple hosts with a space delemiter. +The `LETSENCRYPT_HOST` variable most likely needs to be the same as the `VIRTUAL_HOSTS` variable and must be publicly reachable domains. Specify multiple hosts with a space delimiter. After the first start, the nginx-proxy will need to be restarted again. This is because the nginx configuration needs to be regenerated after downloading the Let's Encrypt certificate.