-
I have some errors when i install openresty on mac:
use command: tar xzvf ngx_openresty-1.7.10.1.tar.gz
x ngx_openresty-1.7.10.1/bundle/ngx_lua-0.9.15/t/052-sub-dfa.t
x ngx_openresty-1.7.10.1/bundle…
-
### Description
As a user, I want to limits the rate of response transmission to a client, so that I can protect my bandwidth.
-
Hi,
I tried to set up a Nexus with SSO using [nexus3-keycloak-plugin](https://github.com/flytreeleft/nexus3-keycloak-plugin), but unfortunately, I was not successful.
For my tests, I use a [Debi…
-
### Description
Hi all,
I made a demo APISIX integrate with Ory Hydra OAuth2 based on example here: https://apisix.apache.org/blog/2022/07/04/apisix-integrates-with-hydra/, but my deployment is on…
-
### Description
我配置了通配域名*.test.com匹配路由/xxxxx/*
在3.2.2的版本可以正常匹配到
但是升级后通配域名匹配不到,目前已测试3.9.1,3.8.1
因为/xxxxx/*是一个公共的东西,所以所有的都可以访问
### Environment
i used apisix v3.8.1 ,v3.9.1
-
Hi! We're using auto-ssl + openresty to generate several certificates every day, but for some reason sometimes we're facing this issue when trying to generate a new certificate (we haven't still ident…
-
一点小疑惑,文档看了好几遍,似乎没有发现一个比较简单的能获取到Response的URL的方法,类似python的:
```
import requests
res = requests.get('https://httpbin.org')
print(res.url)
```
-
Running `opm search durpina` gives
```sh
➜ opm search durpina
slact/durpina Dynamic Upstream Reversy Proxying wIth Nice API
```
Let's say I have this pack…
-
前段日子去参加了黑镜跨年活动,是从即刻上看到的,在微信群里看到有人说面即打卡,看着有意思,就在我们的同道圈产品中也做了一个相同的功能,主要原因是有些朋友没有安装即刻APP,可以在微信中直接扫码玩面即打卡。
当然,做的过程中也遇到不少问题,首先就是websocket的实现。因为是很简单的功能,专程去使用一个websocket框架太过麻烦,服务端使用openresty的缘故,就直接使用了lua做we…
NanQi updated
5 years ago
-
Hi, my version is openresty/1.9.15.1, When I upload 2MB+ size file I got "nginx: lua atpanic: Lua VM crashed, reason: unknown reason" Error,
I could upload 100KB file successfully. Seems some me…