From a08ad2ae5cb4983ca4886df786586fa68609f49f Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Thu, 4 Mar 2021 21:50:22 +0100 Subject: [PATCH] fix(readme) fix a broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05b9ffef..4f1b59cf 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ The options table has the following fields: * `pool`: custom connection pool name. Option as per [OpenResty docs](https://github.com/openresty/lua-nginx-module#tcpsockconnect), except that the default will become a pool name constructed using the SSL / proxy properties, which is important for safe connection reuse. When in doubt, leave it blank! * `pool_size`: option as per [OpenResty docs](https://github.com/openresty/lua-nginx-module#tcpsockconnect) * `backlog`: option as per [OpenResty docs](https://github.com/openresty/lua-nginx-module#tcpsockconnect) -* `proxy_opts`: sub-table, defaults to the global proxy options set, see [set\_proxy\_options](#set-proxy-options). +* `proxy_opts`: sub-table, defaults to the global proxy options set, see [set\_proxy\_options](#set_proxy_options). * `ssl_verify`: option as per [OpenResty docs](https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake), except that it defaults to `true`. * `ssl_server_name`: option as per [OpenResty docs](https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake) * `ssl_send_status_req`: option as per [OpenResty docs](https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake)