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

I'm trying to load index.php file which have code like die('something'); But it doesn't show 'something' when i try to load the page. When i turn on nginx service, it...

Hi @agentzh, I would like to add support to set response headers without applying underscore to hyphen normalization. I know we can enable this globally by setting `lua_transform_underscores_in_response_headers`, but I...

``` 2021/04/01 15:21:29 [error] 5903#5903: *32 lua entry thread aborted: runtime error: /opt/openresty/lualib/resty/test.lua:185: http2 requests not supported yet stack traceback: coroutine 0: [C]: in function 'capture' /opt/openresty/lualib/resty/test.lua:185: in function 'handle'...

```bash CentOS Linux release 7.9.2009 (Core) lua-nginx-module-0.10.20 luajit -v LuaJIT 2.1.0-beta3 -- Copyright (C) 2005-2021 Mike Pall. https://luajit.org/ nginx -V nginx version: nginx/1.19.3 built by gcc 4.8.5 20150623 (Red Hat...

I dont know what happened ,if i use lua-nginx-module on nginx:1.16.1 verison when i start nginx:1.16.1 2020/05/30 05:21:14 [alert] 73242#0: worker process 74783 exited on signal 11 2020/05/30 05:21:14 [alert]...

I am working on ubuntu 22.04, when I run t/129-ssl-socket.t, I got a lot of errors, like below: ~~~ nginx: [emerg] SSL_CTX_use_certificate("/home/chrono/github/lua-nginx-module/t/servroot/conf/../html/test.crt") failed (SSL: error:0A00018F:SSL routines::ee key too small) Bailout...

This is more of an issue for certbot than for this project but maybe there are some mitigating actions that you could do. Any directive which includes a lua block...

As quic has become a standard, nginx-quic will soon release the formal version. Actually, there are lots of optimization can be done in nginx-quic with lua, such as: `CID generation...

https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake Refers to enabling the tcp client being able to validate or ignore TLS validation with a truststore via: https://github.com/openresty/lua-nginx-module#lua_ssl_trusted_certificate https://github.com/openresty/lua-nginx-module#lua_ssl_verify_depth Is there any roadmap or potential to also support...

Compile Openresty for IBM Z/S390x but unable to start due the following issue : > nginx: [error] failed to run the Lua code for coroutine_api: 4397552097696: coroutine_api:2: attempt to call...