-
### Environment
Include the result of the following commands:
- `nginx -V`
`nginx -V
nginx version: openresty/1.13.6.2
built by gcc 11.2.0 (GCC)
built with OpenSSL 3.0.3 3 May 2022
TLS SNI support…
-
## Description
Currently, ingress-nginx does not return the response body from the auth service when a 401, 403 or other error occurs. This feature request suggests adding a flag to enable this fun…
-
### Current Behavior
# apisix config
```
curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d '
{
"uri": "/*",
"upstream": {…
-
### 支持 配置 订阅 支持 lua 回调
新增 如下命令,用于支持 配置的 lua 回调
```nginx
subscribe_config_by_lua_block data_id=xxxx group=xxx {
local config_data = nacos.get_current_config_data()
local config_md5 = nacos…
-
希望可以把stream模块编译进去以支持四层代理。`--with-stream`
不配置默认是不启用的,不改变原有的设计与功能,可以给有需要的用户提供一个选择。
``` shell
sh-4.4# ./uuwaf -V
uuWAF version: uuWAF/1.24.0
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)
b…
-
We've been attempting to upgrade some legacy code to a newer version of openresty and hit a road block getting to anything greater then 1.19
We've found an issue that exists in any version greater …
cdloh updated
3 weeks ago
-
I'm seeing quite a lot of the following alerts in Nginx logs:
```
[alert] 721#721: *16748745 ignoring stale global SSL error (SSL: error:068000DE:asn1 encoding routines::illegal zero content), con…
-
See the new DNS resolver library enabled on-demand in Kong 3.x series: https://github.com/Kong/kong/pull/12305
And our invocation of the Kong resolver from Wasm filters: https://github.com/Kong/ngx…
-
root@VM-0-16-debian:/usr/local/lib/lua/5.1# sudo tail -f /usr/local/openresty/nginx/logs/error.log
2024/08/29 19:20:05 [alert] 1724215#0: failed to load the 'resty.core' module (https://github.com/op…
-
openresty/1.25.3.2
```
http {
map $upstream_http_cache_control $custom_cache_control {
"" "private, no-cache, no-store, must-revalidate, max-age=0";
default "";
}
…