-
Thanks for putting together this library. It's very close to getting us across the finish line, but we are running into recurring issues.
We are seeing various issues with the redis session provide…
-
Hi,
I've noticed you've just released Openresty 1.11.2.4 in order to include the latest security fixes from upstream nginx version.
We only update our Ubuntu systems (automatically) with securi…
-
Considering LetsEncrypt doesn't issue certs on IPs, it would be great to detect and ignore IP addresses before sending a request to LetsEncrypt, rather than having to add that logic into the allow_dom…
-
Brotli is dynamically compiled into a so file, and load_module /etc/nginx/ngx_http_brotli_filter_module.so; and load_module /etc/nginx/ngx_http_brotli_static_module.so are added at the beginning of …
-
Like an example,is each http request creates a new connection, or to check is have a pool. If have a pool,use it .if not create a pool
```
local ok, err, errno, sqlstate = db:connect{
…
-
We are using scope: 'path" because we like the way the URL's are formatted. Very "Resty"!
When the fields are set to scope: 'query' our GET works fine with Swagger UI.
When the optional fields (isR…
-
Hi,
This is current nginx's log:
2020/08/14 15:01:53 [notice] 25842#25842: *14080 [lua] xxx.lua:11: xx: message, client: xxx, server: xxx
However, I want to change it to that:
2020/08/14 15:01:5…
snpcp updated
4 years ago
-
I want to upgrade my lua lib installed for openresty.
I have try luarocks make my local spec ,the files change but cannot effect. then try ldconfig ,but cannot effect.
then ,I try luarocks remove …
-
Hey folks,
Giving more attention to this issue [(issues/221),](https://github.com/vozlt/nginx-module-vts/issues/221) due to the exact same fact, but let me show you in real-environment.
This tes…
-
version openresty-1.17.8.2
```
root@loongson:/# lscpu
Architecture: mips64
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core…