Re: Multiple upstream backup directives in stream module

2018-09-27 Thread Roman Arutyunyan
Hi, On Thu, Sep 27, 2018 at 02:51:25PM +0200, Marcin Wanat wrote: > Hi, > > i am using latest (1.15.4) nginx with stream module. > > I am trying to create config with one primary server that will accept no > more than 10 connections and multiple backups that will also receive up to > 10 connect

Re: Nginx caching proxy dns name even when using variables

2018-09-27 Thread Maxim Dounin
Hello! On Thu, Sep 27, 2018 at 03:27:03PM +0100, Rob Fulton wrote: > I’ve done some further testing on this today and discovered that > the configuration works correctly when the proxy_pass url is > accessed via http, I can see dns queries for the proxy_server > url every minute as per the ttl

Re: Nginx caching proxy dns name even when using variables

2018-09-27 Thread Rob Fulton
Hi, I’ve done some further testing on this today and discovered that the configuration works correctly when the proxy_pass url is accessed via http, I can see dns queries for the proxy_server url every minute as per the ttl. The moment I change the url to https, this stops. Is this a known limi

Multiple upstream backup directives in stream module

2018-09-27 Thread Marcin Wanat
Hi, i am using latest (1.15.4) nginx with stream module. I am trying to create config with one primary server that will accept no more than 10 connections and multiple backups that will also receive up to 10 connections only when previous backup server is already full. As exact behavior of mult

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

2018-09-27 Thread Reinis Rozitis
> I have a Synology NAS what runs a nginx as default web server to run all > their apps. I would like to extend it to meet the following. > > The purposes is that if the useraccount webapp1 is compromised, it will only > affect webaoos1's web server.. and repeat this for all > accounts/website