You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/ngx/ssl/clienthello.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Description
72
72
73
73
This Lua module provides API functions for post-processing SSL client hello message for NGINX downstream connections.
74
74
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).
76
76
77
77
This Lua API is particularly useful for dynamically setting the SSL protocols according to the SNI.
Copy file name to clipboardExpand all lines: lib/ngx/ssl/proxysslverify.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Description
64
64
65
65
This Lua module provides API functions for post-processing SSL server certificate message for NGINX upstream connections.
66
66
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).
68
68
69
69
This directive runs user Lua code when Nginx is about to post-process the SSL server certificate message for the upstream SSL (https) connections.
0 commit comments