Skip to content

Commit 714fa25

Browse files
committed
style: docs linting
1 parent 4bd542d commit 714fa25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,9 @@ _WARNING_: HSTS will force your users to visit the HTTPS version of your site fo
579579
### Missing Certificate
580580

581581
If no matching certificate is found for a given virtual host, nginx-proxy will:
582-
* configure nginx to use the default certificate (`default.crt` with `default.key`) and return a 500 error for HTTPS,
583-
* force enable HTTP; i.e. `HTTPS_METHOD` will switch to `noredirect` if it was set to `nohttp` or `redirect`.
582+
583+
- configure nginx to use the default certificate (`default.crt` with `default.key`) and return a 500 error for HTTPS,
584+
- force enable HTTP; i.e. `HTTPS_METHOD` will switch to `noredirect` if it was set to `nohttp` or `redirect`.
584585

585586
If the default certificate is also missing, nginx-proxy will configure nginx to accept HTTPS connections but fail the TLS negotiation. Client browsers will render a TLS error page. As of March 2023, web browsers display the following error messages:
586587

0 commit comments

Comments
 (0)