From 00096e7915d4dc78b1b3f64054509d94bf0b44c5 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Mon, 27 May 2024 20:49:27 +0200 Subject: [PATCH] docs: typo in suggestion --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index eb7e7e2..3cd6f4f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -572,7 +572,7 @@ _WARNING_: HSTS will force your users to visit the HTTPS version of your site fo ### Missing Certificate -If no matching certificate is found for a given virtual, nginx-proxy will: +If no matching certificate is found for a given virtual host, nginx-proxy will: * configure nginx to use the default certificate (`default.crt` with `default.key`) and return a 500 error for HTTPS, * force enable HTTP; i.e. `HTTPS_METHOD` will switch to `noredirect` if it was set to `nohttp` or `redirect`.