Hi Roman,
i would like to kindly ask you, if you already had the time to take a look
at my config, which i posted on May 18, 2017 10:02AM?
Thanks in advanced!
Maik
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,274264,274493#msg-274493
___
Hello!
On Mon, May 29, 2017 at 06:04:05AM -0400, isolomka wrote:
> Hi All,
> I'm developing NGINX module which should read some binary data from upstream
> server, process it an send response to the user.
> So to do it i'm using ngx_http_upstream API to create upstream request and
> get data. So
Hi All,
I'm developing NGINX module which should read some binary data from upstream
server, process it an send response to the user.
So to do it i'm using ngx_http_upstream API to create upstream request and
get data. So the question is where is the right point to start processing of
received cha
I was debugging nginx with pam configuration for a while. I built libpam
with debug option and investigated logs of it in order to find out
overhead of it. My system is an embedded Linux system with NXP/Freescale
Vybrid VF6x processor. if a http request takes a 100-200 ms from the
browser side