lua-nginx-module
lua-nginx-module copied to clipboard
Embed the Power of Lua into NGINX HTTP servers
I deployed an OpenResty Pod in kubernetes, and I use "ngx.socket.tcp" to request another application of the current kubernetes cluster in the format of "serviceName.namespace", but `could not be resolved...
I have tried to reproduce https://github.com/openresty/lua-nginx-module/issues/1195#issue-275974888 mentioned bug by revert https://github.com/openresty/lua-nginx-module/commit/3078ca6138121a98e22104b9f7015b31d312861b commit ``` user root; worker_rlimit_core 500M; events { worker_connections 1024; } http { log_format compression '$remote_addr - $remote_user [$time_local]...
Hello, I'm having trouble running either `content_by_lua_block` or `access_by_lua_block` inside a mirror block. This is my configuration ``` server { listen 8888; server_name *; proxy_connect; proxy_max_temp_file_size 0; resolver 8.8.8.8; location...
希望 subrequest 可以指定不使用main request的header,或者在 main request的基础上新增 header
I have nginx plus image , I installed the headers-more-nginx-module, when I exec the container I see the module inside I want to remove the header Server: nginx from the...
Hi team, We are trying to upgrade Nginx version from v1.22 to v.124 and facing compatibility issues with lua version. After Nginx version upgrade to v1.24 it keeps crashing with...
https://github.com/openresty/lua-nginx-module#tcpsocksetclientcert:~:text=ngx.ssl.parse_pem_cert This function cannot be loaded by `require "resty.core"`. For someone who encountered the same issue, you can load "ngx.ssl" to get the module.
### My Usecase I'm building a proxy server that stores optimized versions of response bodies for the next request to be served from cache. This means writing the response body...
It is desired to enable those Lua APIs that might yield in the context of `init_by_lua*`. It's particularly useful to have the ability to initiate multiple concurrent light threads to...
你好请问,如果现在使用的是openssl3.0,Nginx patches by OpenResty for SSL features 和 OpenSSL patches by OpenResty这两个补丁还需要打吗?@agentzh