-
当lua脚本不存在,ts 会一直重启。这个不太合理。
当检查到传递的参数lua脚本不存在。则放弃加载。保证ats服务正常
-
-
@vkrasnov I fixed the broken hunks:
```
$ diff -Naur src/http/v2/ngx_http_v2_filter_module.c.floren src/http/v2/ngx_http_v2_filter_module.c
--- src/http/v2/ngx_http_v2_filter_module.c.floren 2017-0…
-
error:
```
[error] 6280#6280: *962711 lua entry thread aborted: runtime error: /usr/local/openresty/lualib/resty/shell.lua:136: invalid value (nil) at index 2 in table for 'concat'
stack tracebac…
-
大概的思路是这样的:
location /ab_admin {
content_by_lua_file '../admin/ab_action.lua';
}
```
location /degrade_admin{
content_by_lua_file '../admin/degrade_action.lua';
}
```
仿照你的ab_admin 写一…
-
https://docs.konghq.com/gateway/latest/plugin-development/custom-logic/
I'll submit a PR if I can get this working. Right now, I've just copied handler.lua and shcema.lua into the relevant subdir a…
-
I want to insert 3 SQL statements are inserted into the 3 table, but the performance is too low, I was so written, how do I do to make the performance higher?
the code like this:
example1:
```
l…
-
Hey!
2 days ago I had to bump the version of this module to latest due to the ACME v1 deprecation. After bumping this module, some certificates could successfully renew in isolation, but certificat…
-
Hello,
Can you please guide me what's the reason i was unable identify the leaked pool using "ngx-backtrace", its appears as below? We are running latest version of openresty not debug one!
Than…
-
I tryed encrypt a text with a key with PHP code,then it is OK when decrypt it with Java and Object-C ,
```
mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $bindkey, $text, MCRYPT_MODE_ECB )
```
I dont know wh…