Skip to content

Commit

Permalink
readme: added balancer_by_lua* links.
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx committed Sep 1, 2017
1 parent 320b1c0 commit fde198f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ documentation of `ngx_http_lua_module` for more details about their usage and be
* [init_worker_by_lua_file](https://github.com/openresty/lua-nginx-module#init_worker_by_lua_file)
* [content_by_lua_block](https://github.com/openresty/lua-nginx-module#content_by_lua_block)
* [content_by_lua_file](https://github.com/openresty/lua-nginx-module#content_by_lua_file)
* [balancer_by_lua_block](https://github.com/openresty/lua-nginx-module#balancer_by_lua_block)
* [balancer_by_lua_file](https://github.com/openresty/lua-nginx-module#balancer_by_lua_file)
* [lua_shared_dict](https://github.com/openresty/lua-nginx-module#lua_shared_dict)
* [lua_socket_connect_timeout](https://github.com/openresty/lua-nginx-module#lua_socket_connect_timeout)
* [lua_socket_buffer_size](https://github.com/openresty/lua-nginx-module#lua_socket_buffer_size)
Expand Down Expand Up @@ -344,7 +346,7 @@ Acknowledgments

* We appreciate [Mashape, Inc.](https://www.mashape.com/) for kindly sponsoring [OpenResty Inc.](https://openresty.com/) to make
this module compatible with Nginx core 1.13.3. In addition, they sponsored the work on making code sharing between this module and
[lua-nginx-module](https://github.com/openresty/lua-nginx-module), as well as balancer_by_lua_* support possible.
[lua-nginx-module](https://github.com/openresty/lua-nginx-module), as well as balancer_by_lua* support possible.

Copyright and License
=====================
Expand Down

0 comments on commit fde198f

Please sign in to comment.