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

We are using this modules with nginx 1.16 , its working perfectly fine. Recently we are planning to upgrade the nginx to 1.24 or 1.25.1 version. Its failing there ###...

openresty/1.25.3.2 ``` http { map $upstream_http_cache_control $custom_cache_control { "" "private, no-cache, no-store, must-revalidate, max-age=0"; default ""; } add_header Cache-Control "$custom_cache_control" always; server { ... location / { // ** content_by_lua_file...

I have already upgraded the ngx_http_lua_module to version 0.10.27, but I am still encountering the error during startup ;failed to load the 'resty.core' module (https://github.com/openresty/lua-resty-core); ensure you are using an...

Ingress-nginx updated the lua-nginx-module to version `b5d1688ae722538ba4dc8a7ec08820a08abfb93d` and started seeing core dumps only when OCSP is enabled. nginx version: 1.25.5 lua jit: v2.1-20240314 lua Resty Core: v0.1.28 Alpine: 3.20.0 All...

Loading large response body with size > 300 MB into memory causes leak. The purpose of collecting response body chunks is to record them in logs in the log phase....

Change GC call from lua method to lua C

needs-test-cases