@@ -2132,14 +2132,25 @@ while starting NGINX:
21322132 nginx: [emerg] no ssl configured for the server
21332133</geshi>
21342134
2135- This directive currently requires the following NGINX core patch to work correctly:
2135+ This directive requires OpenSSL 1.0.2e or greater.
21362136
2137- http://mailman.nginx.org/pipermail/nginx-devel/2016-January/007748.html
2137+ If you are using the [official pre-built
2138+ packages](http://openresty.org/en/linux-packages.html) for
2139+ [OpenResty](https://openresty.org/) 1.9.7.2 or later, then everything should
2140+ work out of the box.
21382141
2139- The bundled version of the NGINX core in OpenResty 1.9.7.2 (or above) already has this
2140- patch applied.
2142+ If you are not using one of the [OpenSSL
2143+ packages](https://openresty.org/en/linux-packages.html) provided by
2144+ [OpenResty](https://openresty.org), you will need to apply patches to OpenSSL
2145+ in order to use this directive:
21412146
2142- Furthermore, one needs at least OpenSSL 1.0.2e for this directive to work.
2147+ https://openresty.org/en/openssl-patches.html
2148+
2149+ Similarly, if you are not using the NGINX core shipped with
2150+ [OpenResty](https://openresty.org) 1.9.7.2 or later, you will need to apply
2151+ patches to the standard NGINX core:
2152+
2153+ https://openresty.org/en/nginx-ssl-patches.html
21432154
21442155This directive was first introduced in the <code>v0.10.0 </code> release.
21452156
@@ -2208,7 +2219,7 @@ If you are using the [official pre-built packages](http://openresty.org/en/linux
22082219If you are not using one of the [OpenSSL
22092220packages](https://openresty.org/en/linux-packages.html) provided by
22102221[OpenResty](https://openresty.org), you will need to apply patches to OpenSSL
2211- in order to use this hook :
2222+ in order to use this directive :
22122223
22132224https://openresty.org/en/openssl-patches.html
22142225
@@ -2220,8 +2231,9 @@ https://openresty.org/en/nginx-ssl-patches.html
22202231
22212232This directive was first introduced in the <code>v0.10.6 </code> release.
22222233
2223- Note that: this directive is only allowed to used in '''http context''' from the <code>v0.10.7 </code> release
2224- (because SSL session resumption happens before server name dispatch).
2234+ Note that this directive can only be used in the '''http context''' starting
2235+ with the <code>v0.10.7 </code> release since SSL session resumption happens
2236+ before server name dispatch.
22252237
22262238== ssl_session_fetch_by_lua_file ==
22272239
0 commit comments