docs: typo in suggestion

This commit is contained in:
Nicolas Duchon 2024-05-27 20:49:27 +02:00 committed by GitHub
parent 4729220eda
commit 00096e7915
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.