-
My Dockerfile ([I based it on the official image](https://github.com/openresty/docker-openresty/blob/master/noble/Dockerfile)):
```
ARG RESTY_VERSION="1.27.1.1"
...
&& cd /tmp \
&& curl…
Bkndf updated
36 minutes ago
-
If I do:
```
local pkey = require 'resty.openssl.pkey'
local key, err = pkey.new({
type = "Ed25519",
params = {
public = ngx.decode_base64("JhDWbww+dYIZs3RkR9t829Ltbx6glz8KeviW…
-
We want to run openresty nginx with nginx-datadog, though the 1.0.0 release mentions
> OpenResty's Debian-based Docker image cannot load the module due to a build flag incompatibility.
Could you…
-
当我使用下面这行nginx配置文件时,在保存过后,会给出保存完成的提示
```
proxy_cache_path /home/xiaoc/nginx_cache/test/cache levels=1:2 keys_zone=img_speed:50m inactive=60m max_size=100m;
server {
server_name test.com;
…
-
Some 3rd party modules and some openresty scripts can be replaced with njs. This would simplify the compilation of our binaries and reduce a bit our dependency on openresty.
The proposed replacemen…
-
openresty/openresty:buster-fat
-
**Script**
nginx-proxy-manager
**Describe the bug**
Failure to install Openresty
**System info:**
- Proxmox Version: 8.2.2
- Alpine Version: 3.20
**Output**
```
✔ Operating System Upd…
-
### Environment
- `nginx -V`
```
nginx version: openresty/1.21.4.3
kong@kong-kong-67d574447c-6xdqr:/$ nginx -V
nginx version: openresty/1.21.4.3
built with OpenSSL 3.2.1 30 Jan 2024
TLS SNI…
-
Thank you so much for supporting the nginx 1.27 version.
However, an error occurred during the source build, so we are opening the case.
**Use version** : openresty-1.27.1.1
**OS** : 5.10.186-1…
-
### Current Behavior
# set upstream
```
curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d '
{
"uri": "/*",
"upstream": {
…