Maxim,
Thank you for your help, as always!
On 4/26/2017 5:50 AM, Maxim Dounin wrote:
Hello!
On Tue, Apr 25, 2017 at 12:50:24PM -0700, Igal @ Lucee.org wrote:
Hello,
I want to secure a site using the allow/deny directives so that only
allowed networks will be able to access it. There is one
I wanted to see if there was a way to log a request and response in
separate file, so that I end up with something like this:
request_1.log
response_1.log
request_2.log
response_2.log
request_3.log
response_3.log
..
Is there a way to do this ?
Joel
__
r...@nginx.com Wrote:
[...]
> From the log it follows that client closed a connection before
> the entire request body was sent. From the config it follows
> that http://nginx.org/r/proxy_request_buffering is "on" (which
> is the default setting). It means that no upstream server was
> ever co
Thats what support have advised me, reload finished the current request and
then closes the connection. No longer honors the long lived
Alex
On 27 April 2017 at 19:21, shivramg94 wrote:
> We have a persistent connection to Nginx on which we are issuing https
> requests. Now when we do a reload
Hi, I have an application in internal network with no public internet
access.
I want NGINX API gateway deployed in public exposed network that
authenticates incoming HTTP, and rest service traffic and then relays the
traffic to upstream servers.
Similarly I want the NGINX API Gateway to authent
On Wed, Apr 26, 2017 at 07:58:08PM -0400, ywarnier wrote:
> Sometimes writing your thought helps...
> Apparently something wasn't reporting correctly so far, but using the debug
> level, I finally end up getting some information. I should mention that the
> word that seems to provoke this issue is
We have a persistent connection to Nginx on which we are issuing https
requests. Now when we do a reload, the persistent connections (the requests
which are already accepted) are failing as soon as the reload was issued.
Those connections are being dropped. Is this the expected behavior?
In the N
On Thu, Apr 27, 2017 at 01:27:28AM -0400, t.nishiyori wrote:
> Hello,
>
> I'm using nginx-1.11.2 for proxy server with gzip-module.
>
> I hope to use such like a "gzip_max_length" directive in
> ngx_http_gzip_module.
> Because some upstream response's sizes exceeded the settings of
> gzip_buffers
This problem has been solved with your help.
I sincerely appreciate your help.
This case is closed because this request has been resolved.
Thank you very much.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,273879,273902#msg-273902
___
nginx