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
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
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
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
> 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