-
请问你使用这个没有报错吗?
```
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…
-
大佬们 有没有tunnel server集群部署的demo,官网写的太简单了,不明白如何操作实施
-
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…
-
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…
-
I found `lua-nginx-websocket` in Debian's repository that is maintained by _Laurent Arnoud_ which refers to lua-resty-websocket. Just wondering if there is a way to install packages like `lua-resty-my…
-
I dont know what happened ,if i use lua-nginx-module on nginx:1.16.1 verison
when i start nginx:1.16.1
2020/05/30 05:21:14 [alert] 73242#0: worker process 74783 exited on signal 11
2020/05/30 …
-
Hello,
Im not sure if that's possible but before I look at openresty / LUA scripting, within my microservice (nodejs), I had a websocket client that was connecting to a remote server to sync up da…
x-077 updated
3 years ago
-
I need, in my lua script, to run a shell command. Then, I need to check it succeeded, using it's retval, and get it's stdout.
To achieve that, I have this code:
``` lua
handler = assert(io.popen("ech…
ghost updated
8 years ago
-
Does anyone have ideas on how starttls could be possible to accomplish with this module?
Would likely need patches to nginx as well, but would be a nice feature that is currently missing
-
openresty/1.19.9.1
I want to be able to write the response body synchronously to redis, please tell me how to achieve this
```
location / {
proxy_pass https://xxx.com;
…