lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

Embed the Power of Lua into NGINX HTTP servers

Results 196 lua-nginx-module issues
Sort by recently updated
recently updated
newest added
trafficstars

Sometimes we need to add a new program (`server`), but we don't want to change the content of `lua_package_path` and `lua_package_cpath`. Because those may be maintained by other programs, so...

conflict

This PR is a possible solution to https://github.com/openresty/lua-resty-core/issues/75 and is complemented by https://github.com/openresty/lua-resty-core/pull/99. Looking forward to your feedback. I hereby granted the copyright of the changes in this pull request...

needs-test-cases

Fixes #1000 I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.

conflict
needs-test-cases

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. This PR have been discussed at #957. These FFI API as...

conflict

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.

conflict
needs-test-cases

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.

conflict
needs-test-cases

ffi_write new API function. This new FFI API function is used to print a string buffer on the client output starting from a given offset and ending at given length....

needs-test-cases

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. Implement a counterpart to ngx.shared.DICT.incr that decrements the numeric value at...

conflict

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. Hello @agentzh . This PR is based on #479 which pass...

conflict

Seems we only need to save the `timeout` values to the `ngx_http_lua_socket_tcp_upstream_t u` for the connected `request socket`. And the `udp socket` don't have to save the key for keepalive....

conflict