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

If using the `lua_socket_log_errors off` setting, this option seems to have no effect on connection errors to unix-domain sockets. Connection errors to unix domain sockets seem to be logged to...

I found that if i set a http header in access phase(use ngx.header api),and the content generated by proxy_pass has the same http header,then finally we'll get a response has...

Is MariaDB supported? Any reason not to mention MariaDB in the README? I can do a PR if its ok. Cheers, Robert

According to the documentation: Original request headers should be ignored by setting proxy_pass_request_headers to off in subrequest locations. However, if proxy_pass_request_headers is used, the headers carried by the headers parameter...

We've been attempting to upgrade some legacy code to a newer version of openresty and hit a road block getting to anything greater then 1.19 We've found an issue that...