From cea905ff884d5b51294cc4fce48ee120c7f6d129 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Wed, 5 Jun 2024 15:55:49 +0200 Subject: [PATCH] docs: typo Co-authored-by: Niek <100143256+SchoNie@users.noreply.github.com> --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index eb27d77..218f650 100644 --- a/docs/README.md +++ b/docs/README.md @@ -421,7 +421,7 @@ If you are running the container in a virtualized environment (Hyper-V, VirtualB [acme-companion](https://github.com/nginx-proxy/acme-companion) is a lightweight companion container for the nginx-proxy. It allows the automated creation/renewal of SSL certificates using the ACME protocol. -By default nginx-proxy generates location blocks to handle ACME HTTP Challenge. Ths behavior can be changed with environment variable `ACME_HTTP_CHALLENGE_LOCATION`. It accepts these values: +By default nginx-proxy generates location blocks to handle ACME HTTP Challenge. This behavior can be changed with environment variable `ACME_HTTP_CHALLENGE_LOCATION`. It accepts these values: - `true`: default behavior, handle ACME HTTP Challenge in all cases. - `false`: do not handle ACME HTTP Challenge at all.