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 245 lua-nginx-module issues
Sort by recently updated
recently updated
newest added

in ngx_http_lua_directive.c:1876,is need add dump? like this: ``` b->pos = b->start + len; b->last = b->pos + n; start = b->start; + #if (nginx_version >= 1009002) + if (dump) {...

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. sister PR of: https://github.com/openresty/openresty/pull/1083

This PR provides additional ALPN extension options for `tcpsock:sslhandshake`, enabling cosocket to establish TLS handshakes and subsequent communication with servers that have specific ALPN negotiation requirements. Specifically, HTTP/2 requires TLS...

The ubuntu install guide does not work. I am on ubuntu 25.10. Guide: https://openresty.org/en/linux-packages.html#ubuntu I ran the commands in the following order: 1. sudo systemctl disable nginx 2. sudo systemctl...

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

needs-test-cases

## proxy_ssl_certificate_by_lua directives * proxy_ssl_certificate_by_lua directives are working after receiving server certificate request message, allowing us to set the SSL certificate chain and the corresponding private key for the upstream...

I have a wrapper module which integrates the OpenLDAP client library, libldap, with Nginx/OpenResty using the internal C APIs. It works, but this is quite fragile as ABI compatibility isn't...

Hi, I'm using https://github.com/ledgetech/lua-resty-http for sending HTTP requests during request handling in NGINX. I'm sending a request to an upstream endpoint that resolves to 2 IPs, one ipv4 and one...

If `luaL_pushresult()` encounters a buffer larger than 2GB, it triggers a Lua panic. This panic is handled by `ngx_http_lua_atpanic()`, which performs a `longjmp()` back to the last `setjmp()` call point...

needs-test-cases

when lua-nginx mod support nginx1.26?