Fix typo.

openssl-1.1.1
Hakase 2018-10-08 09:54:44 +09:00
parent e46bfdd806
commit cb59b7e7c6
No known key found for this signature in database
GPG Key ID: BB2821A9E0DF48C9
1 changed files with 2 additions and 4 deletions

View File

@ -124,10 +124,8 @@ Run it from the nginx directory.
This is a condition for using strict sni. [View issue.](https://github.com/hakasenyang/openssl-patch/issues/7#issuecomment-427664716)
- Strict SNI requires at least two ssl server (fake) settings (se
rver { listen 443 ssl }).
- It does not matter what kind of certificate or duplicate
.
- Strict SNI requires at least two ssl server (fake) settings (server { listen 443 ssl }).
- It does not matter what kind of certificate or duplicate.
Thanks [@JemmyLoveJenny](https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-427040319)!