Several core lua-resty-* libraries received updates compatible with 1.27.1.1:
: For administrators, listing loaded Lua modules is essential for verifying which versions of code are currently active in a live Nginx process. Common Issues: The "403 Forbidden" Error
FROM openresty/openresty:1.27.1.1-alpine COPY nginx.conf /usr/local/openresty/nginx/conf/ COPY lua/ /usr/local/openresty/nginx/lua/
The gains come from LuaJIT optimizations and reduced table allocation in ngx.req APIs.