-
Hi,
This module is awesome. How can i split array and assign array[0] to one variable(called A).
split array[1] assign it to second variable(called B) and so on. May i know how i can achieve this.
…
-
-
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…
-
**Dear Entware team, glad if we can compile Nginx module - ngx_http_subs_filter_module.so**
Module Project url is: https://github.com/yaoweibin/ngx_http_substitutions_filter_module
The extreme key…
-
We've implemented a web service to do domain validation. What we're curious about is the performance impact of issuing a web request in the `allow_domain` method? Also how often is this method called?…
-
Hi,
Where can I find the HLS statistics?
want to put a limit! can watch only per person with arg_UID!
To avoid account sharing!
Thx for help
-
大佬们 有没有tunnel server集群部署的demo,官网写的太简单了,不明白如何操作实施
-
Dear Openresty Team,
I have some troubles with open resty installation from source. During `make` command I'm getting these errors:
` relocation R_X86_64_32 against `.rodata.str1.1' can not be use…
-
请问你使用这个没有报错吗?
```
E1226 03:18:24.380863 6 controller.go:153] Unexpected failure reloading the backend:
template: nginx.tmpl:1071:44: executing "SERVER" at : wrong number of args for buildUpst…
-
First of all, thank you for great patch.
I am trying to use Private Link + NLB + nginx configuration, and looking for a way to parse TLV vars.
Your patch seems to be best option so far, but it seems…