On Tue, Oct 16, 2018 at 09:23:33PM +0200, Stefan Müller wrote:
Hi there,
> 1. documentation
>Is there any additional document for the -c command. I find only:
> 1. http://nginx.org/en/docs/switches.html
That page indicates that "-c" means that this nginx instance uses this
named config f
Hello,
On Wed, Oct 17, 2018 at 05:13:15AM -0400, drookie wrote:
> Hello,
>
> I did't find the answer in documentation, but am I right, assuming from my
> observation, that when the proxy_cache is enabled for a location, and the
> client requests the file that isn't in the cache yet, nginx starts
Hello,
I did't find the answer in documentation, but am I right, assuming from my
observation, that when the proxy_cache is enabled for a location, and the
client requests the file that isn't in the cache yet, nginx starts
transmitting this file only after it's fully received from the upstream ?
Hi,
according to https://trac.nginx.org/nginx/ticket/1022#comment:1 and in this
mailing list archives, when there is configuration reload, keep-alive
connections are closed.
Is there a way to "drain" them? What I would like to have is to provide
some hard limit in configuration (in seconds) to le