-
I came across the same problem as you have not implemented yet on this library described at the following TODO on the readme,
Syncronise LRU cache delete / flush across workers
Could you help me to …
-
https://github.com/yzprofile/ngx_http_dyups_module
-
Regarding this bit here:
https://github.com/SpiderLabs/ModSecurity-nginx/blob/master/src/ngx_http_modsecurity_header_filter.c#L450
Got me thinking, for users that just want to waf protect inboun…
-
Hello, I'm returning to use the library in a new project!.
So, using lua-resty-http as preferred_engine, s3 putOject returns:
core.lua:159: api_log(): s3:v[2006-03-01]:PutObject:error:...al/share…
-
https://github.com/suzel/docker-postgrest
https://github.com/quiklyn/docker-openresty
-
Expecting to convert all HTTP keys to lowercase, but in reality, this does not work,
Is there an existing solution for reference
-
github checkout of lua-nginx-modile
nginix version 1.19.0
openresty luajit2-2.1-20201027
I followed the instructions to install with nginx and I get this:
```
nginx: [alert] detected a LuaJIT v…
-
各种NGINX版本编译太难了,升一下级,不是这个找不到SO就是那个找不到,只能固定版本组合
有一种不想用的感觉
-
有如下代码:
location /echo1 {
content_by_lua '
local tb = {y=123,b=234,c=456}
local cjson = require "cjson"
local out = cjson.en…
-
Nginx is compiled only with this module.
I've downloaded module from:
http://www.grid.net.ru/nginx/download/nginx_eval_module-1.0.1.tar.gz
And it hangs on request.
```
worker_processes 1;
error_log…