-
Hi All,
I had build the nginx binary on rhel 7.6 ppc64le (version 1.17.1.1rc0) from source code - https://github.com/openresty/openresty.
Please note that, I had copied and used ppc64le compiled …
-
![snip20180809_9](https://user-images.githubusercontent.com/9102683/43882120-1c693d8a-9be1-11e8-9552-b51e748dd7db.png)
Active connections: 229584
server accepts handled requests request_time
…
-
Hello, first of all: congrats for the good job, its an awesome solution!
I´m trying to connect Kong to cognito, through this plugin but i have some questions. I did some plugin and Cognito setup an…
-
OpenResty: 1.17.8.2
dyups: latest version
openssl: 1.1.1g
pcre: 8.42
zlib: 1.2.11
编译的 Configure 命令如下,三个变量分别是上面软件包的三个路径:
```
./configure \
--with-cc=gcc \
--prefix= \
--with-cc-…
-
Error handling is a tad messed up. To read from the socket, we must flush the status and http headers before reading our request. This means we must set `ngx.status` and `ngx.header` BEFORE we have th…
-
Hi,
First, I would like to explain my current setup. Nginx is stalled in both **Server-1** and **Server-2**. **Server-1** is the main reverse proxy. **Server-2** is where the Lua script (authentica…
-
Hi is websocket have any way to send message from server to specific user
Like ws:send_text("some text",receiver_ip)?
-
In the documentation it is stated that you should add the following line to your nginx.conf:
```
lua_package_path "/path/to/lua/scripts;;";
```
In fact it should be:
```
lua_package_path "/path/to/…
-
Hi,
I'm trying to use the resolver directive with an environment variable because DNS resolver 127.0.0.11 didn't work. However when I am running my docker container I get the folloeing error `nginx: …
-
**What happened**:
Reopening issue which is the same as #4832
I defined an ingress resource with a server alias on a separate domain, using the nginx.ingress.kubernetes.io/server-alias…