File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ server_port
270270** context:** * any*
271271
272272Returns the server port. Returns ` nil `
273- when server dont have a port.
273+ when the server does not have a port.
274274
275275In case of failures, it returns ` nil ` * and* a string describing the error.
276276
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Description
7272
7373This Lua module provides API functions for post-processing SSL client hello message for NGINX downstream connections.
7474
75- It must to be used in the contexts [ ssl_client_hello_by_lua* ] ( https://github.com/openresty/lua-nginx-module/#ssl_client_hello_by_lua_block ) .
75+ It must be used in the context [ ssl_client_hello_by_lua* ] ( https://github.com/openresty/lua-nginx-module/#ssl_client_hello_by_lua_block ) .
7676
7777This Lua API is particularly useful for dynamically setting the SSL protocols according to the SNI.
7878
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Description
6464
6565This Lua module provides API functions for post-processing SSL server certificate message for NGINX upstream connections.
6666
67- It must to be used in the contexts [ proxy_ssl_verify_by_lua* ] ( https://github.com/openresty/lua-nginx-module/#proxy_ssl_verify_by_lua_block ) .
67+ It must be used in the context [ proxy_ssl_verify_by_lua* ] ( https://github.com/openresty/lua-nginx-module/#proxy_ssl_verify_by_lua_block ) .
6868
6969This directive runs user Lua code when Nginx is about to post-process the SSL server certificate message for the upstream SSL (https) connections.
7070
You can’t perform that action at this time.
0 commit comments