-
-
Just got everything working. Instead of using Ruby, I just used nginx_openresty+lua+redis. Here is an example in case anyone finds this helpful:
upstream config:
```
upstream backend {
serve…
-
OPM is great but luarock ecosystem has been there for lua for a long time and there are tons of good libraries that are very useful for OpenResty application development and not being able to use one …
-
Working with nginx r21.
I need to decode jwt token and extract the value of a key out of it. I have downloaded the following libs
1. https://github.com/cdbattags/lua-resty-jwt#verify
2. https:/…
-
Hello,
Started Nginx proxy manager with the same .yml file in the Documentation and when i go to :443 i get:
400 Bad Request
The plain HTTP request was sent to HTTPS port
openresty
i don't know …
-
Hi,
Any plans to support dpdk libraries and drivers as part of openresty nginx?
Excited by http://plvision.eu/blog/dpdk-nginx-overview-and-performance-testing/
Thx
P
-
### Issue description
hello, How deos the "Version" field in route configuration take effect? Is it just a label? Since if I add v1 or v2 to the configured url, it won't work. Thanks for your help.
…
-
### Description
Is it possible to dynamic to add headers in the ext-plugin (We implement a java based plugin with "apisix-runner-starter, 0.4.0" )?
the methods we tried this method:
` public void …
-
Hi Team,
We are using Kong 2.7.1 , and we are getting this error: "nginx: lua atpanic: Lua VM crashed, reason: not enough memory".
Want to know how much memory is allocated to Lua VM and how do …
-
在openresty里使用pbc decode protobuf int64, 因为默认的是lua5.1,返回的值时number,看了看源代码没有很清楚头绪,请云哥指教如何使返回是2个int或8个byte?还有如果要生成protobuf int64类型如何解决?谢谢!