Re: Google QUIC support in nginx

2019-06-01 Thread Aleksandar Lazic
Am 02.06.2019 um 00:28 schrieb Mathew Heard: > Heres probably the best confirmation I could find. > > Development has also started on support for QUIC >  and HTTP/3 >  – the next > significant update to t

Re: Google QUIC support in nginx

2019-06-01 Thread Mathew Heard
Heres probably the best confirmation I could find. Development has also started on support for QUIC and HTTP/3 – the next significant update to the transport protocols that will deliver websites, applic

Re: duplicate listen options for backlog directive for ip:80 and ip:443 pairs ?

2019-06-01 Thread George
I see. Thanks Maxim for the clarification. Much appreciated :) Posted at Nginx Forum: https://forum.nginx.org/read.php?2,284368,284402#msg-284402 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: duplicate listen options for backlog directive for ip:80 and ip:443 pairs ?

2019-06-01 Thread Maxim Dounin
Hello! On Fri, May 31, 2019 at 03:15:18AM -0400, George wrote: > I am trying to troubleshoot a duplicate listen options error that only > happens on one server and not the other. > > From docs at http://nginx.org/en/docs/http/ngx_http_core_module.html backlog > listen directive works for each ip

Re: Google QUIC support in nginx

2019-06-01 Thread Mathew Heard
It is nice to see that confirmation :) On Fri, May 31, 2019 at 4:54 PM George wrote: > Roadmap suggests it is in Nginx 1.17 mainline QUIC = HTTP/3 > https://trac.nginx.org/nginx/roadmap :) > > Posted at Nginx Forum: > https://forum.nginx.org/read.php?2,256352,284367#msg-284367 > > __

RE: is nginx support time-based acl?

2019-06-01 Thread Reinis Rozitis
> hi all, I have a Nginx server,which I want to setup a time-based acl, for > example, > during 8am to 17pm, Nginx accept all connections, during 17pm to 8am nextday, > Nginx deny all connections. > Different acl may be deployed in different sites. > > Is this possible? I looked at the ngx_http_a

Re: is nginx support time-based acl?

2019-06-01 Thread Aleksandar Lazic
Hi. Am 01.06.2019 um 03:47 schrieb baalchina: > hi all, I have a Nginx server,which I want to setup a time-based acl, for > example, during 8am to 17pm, Nginx accept all connections, during 17pm to 8am > nextday, Nginx deny all connections. > Different acl may be deployed in different sites. >