-
Debian 10 Buster x64
```
# gcc --version
gcc (Debian 8.3.0-6) 8.3.0
```
On clean system:
```
git clone https://github.com/openresty/luajit2.git
cd luajit2
git checkout v2.1-20200102
export L…
amdei updated
4 years ago
-
Hi,
I was trying to use the cf-webui. After changing the API Endpoint, I tried pushing the app to CF but it fails to start an instance everytime I try to upload it. Here is the log file:
**2016-04-1…
ghost updated
8 years ago
-
### Description
get some error log:
a client request body is buffered to a temporary file
but set the apisix.config.yaml
client_body_buffer_size: 2048k
It doesn't seem to be working
### Env…
-
You might hear about [dokku](https://github.com/progrium/dokku) project which is so-called mini-heroku and uses its buildpacks for bootstrapping containers.
I'm using yours https://github.com/leafo/h…
-
### Description
I found some script still use nodejs which has ended. I think maybe we should upgrade to a newer lts version.
https://github.com/apache/apisix/blob/59d81fe0ab52fd310f2a267e4ca3c7f4…
-
for the latest code, I found the maximum value of encode_number_precision is 16, which is merged in commit.
openresty@f79aa68
For our scenes, we use int64 value in json strings, which means 16 pre…
-
im making a reverce proxy with OpenResty,
wrote stream directive as below,
and then, i want to add a life time limit for each session like 1 hour max, 1min max ...
ChatGPT said to me 'ngx.exit() s…
-
----------------------
- Plugin Name: EmmyLua
- Plugin Version: 1.3.8-IDEA223
- OS Name: Mac OS X
- Java Version: 17.0.6
- App Name: GoLand
- App Full Name: GoLand
- App Version name: GoLand
- Is E…
-
### Description
In OpenId connect, while we are doing token introspection. we need to pass one more parameter which is token_type_hint values. we have added authorization_params, but it is not taki…
-
https://secbooks.cn/topic/999_%E6%B7%B1%E5%85%A5Lua/
LUA教程:Lua是一门精巧的语言,与其它语言配合使用,发挥更高的效能。特别是与C和C++语言的配合。著名的项目Openresty就是使用了Lua。