Re: Nginx not loading different certs on two hosts

2020-12-11 Thread Maxim Dounin
Hello! On Fri, Dec 11, 2020 at 01:44:06PM +0200, Nikolaos Milas wrote: > On 10/12/2020 4:42 μ.μ., Maxim Dounin wrote: > > How do you test it? Note well that the second vhost is only > > available on port 443 via IPv6. > >> Finally, what is the best way to successfully listen (i.e. the suggested

logging of invalid headers

2020-12-11 Thread Frank Liu
Hi, If we use ignore_invalid_headers and underscores_in_headers to allow those non-compliant headers, is there a way to log such violations while letting them through? Thanks! ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listi

Re: Nginx not loading different certs on two hosts

2020-12-11 Thread Nikolaos Milas
On 10/12/2020 4:42 μ.μ., Maxim Dounin wrote: How do you test it? Note well that the second vhost is only available on port 443 via IPv6. Finally, what is the best way to successfully listen (i.e. the suggested way to configure the "listen" directives) to 80 and 443 ports on both IPv4 and IPv6 o

Re: Dashboard

2020-12-11 Thread Praveen Kumar K S
By the way, I'm running nginx as docker. On Fri, Dec 11, 2020 at 1:36 PM Praveen Kumar K S wrote: > Hello, > > I have configured round robin load balance in nginx conf and the requests > are being served. I would like to know if there are any useful tools to > capture the requests and we can see

Re: Nginx HA

2020-12-11 Thread Praveen Kumar K S
Hello, Thanks for the response. Can we achieve layer 7 load balancing by using this approach ? On Tue, Dec 8, 2020 at 7:10 PM aT wrote: > We are using the following architecture to maintain HA for Nginx . > > Machine1 { Keepalived -> LVS } -> Nginx > Machine2 { Keepalived -> LVS } -> Nginx .

Dashboard

2020-12-11 Thread Praveen Kumar K S
Hello, I have configured round robin load balance in nginx conf and the requests are being served. I would like to know if there are any useful tools to capture the requests and we can see the report in a dashboard or a report which provides the number of requests served by the upstream servers. F