Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-17 Thread Francis Daly
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

Re: nginx caching proxy

2018-10-17 Thread Roman Arutyunyan
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

nginx caching proxy

2018-10-17 Thread drookie
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 ?

Draining keepalive connections during reload

2018-10-17 Thread Kamil Gorlo
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