-
```
#0 0x00005603b2e4b020 in ngx_http_lua_io_read_all ()
#1 0x00005603b2e4a3e7 in ngx_http_lua_io_file_do_read ()
#2 0x00005603b2e49fce in ngx_http_lua_io_prepare_retvals ()
#3 0x00005603b2e49…
-
### Description
1. At present, I have learned about the coupling architecture through the K8S deployment. When I restart the POD, the data plane service cannot update the latest address, resulting …
-
ERROR Stacks:
```sh
2023/04/06 14:14:08 [error] 121939#121939: *28808 lua entry thread aborted: runtime error: /usr/local/apisix//deps/share/lua/5.1/resty/http.lua:365: bad argument #1 to 'str_sub' …
-
I compiled a list of commits from [ngx_http_lua](https://github.com/openresty/lua-nginx-module) that are not yet ported to this module (excluding the currently opened PRs):
ngx_http_lua master bran…
-
Hello!
I use nginx lua to anti-theft. Its process is verifying url and calling ngx.location.capture (subrequest).
But After I deploy nginx and lua to my server and start nginx, nginx will core d…
-
**What happened**:
If an ingress resource leads to service with type `ExternalName`, but also has annotation `nginx.ingress.kubernetes.io/default-backend` with the value set to a service with…
-
Strings in luajit are infinitely bloated, even if they are not rereferenced in the lua vm. As a result, the memory resources of the nginx process RES are increasing to become larger and larger.
M…
-
### Current Behavior
DNS client has removed all results from the DNS server that are either of a different type or have a different name.
### Expected Behavior
DNS client should not remove t…
-
See crash point: [ngx_http_lua_control.c](https://github.com/openresty/lua-nginx-module/blob/master/src/ngx_http_lua_control.c#L110-L112).
this code `return NGX_HTTP_INTERNAL_SERVER_ERROR;` causes …
jayce updated
8 years ago
-
Hello,
Location block-
` location /api/abc/ {
```
rewrite_log on;
include upstreams/allCors.settings;
include upstreams/proxy.settings;
proxy_pass http…