Re: Resolver not working as expected

2018-08-28 Thread Sharan J
Hi, Thanks for the response :) But, if I remove all the DNS servers from my resolv.conf then, the nameserver configured by the "resolver" directive is been used while parsing the configuration. Is this an expected behavior? Thanks, Shanthu On Mon, Aug 27, 2018 at 7:00 PM Maxim Dounin wrote: >

Re: [nginx-announce] nginx-1.15.3

2018-08-28 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.15.3 for Windows https://kevinworthington.com/nginxwin1153 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announc

nginx.conf-2018

2018-08-28 Thread Maxim Konovalov
Hello, As some of you probably know we are doing a conference in Atlanta in October 8 - 11 this year. You can find its full agenda here: https://www.nginx.com/nginxconf/2018/agenda/ I'd like to draw special attention to nginx dev training that Roman and Valentin are doing on the day 0 and day 3.

nginx-1.15.3

2018-08-28 Thread Maxim Dounin
Changes with nginx 1.15.328 Aug 2018 *) Feature: now TLSv1.3 can be used with BoringSSL. *) Feature: the "ssl_early_data" directive, currently available with BoringSSL. *) Feature: the "keepalive_timeout" and "keepalive_requests" directi

ip restriction

2018-08-28 Thread buchire...@insuranceinbox.com
IP restriction not working in nginx. shows 403 for allowed ip and denied ip address also. is the http_access_module enabled by default i am using nginx 1.14.0 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,281008,281008#msg-281008 ___ nginx

Re: when exec nginx -t,same connection reset by peer

2018-08-28 Thread Shliesce
sorry,it is client receive connection reset by peer Posted at Nginx Forum: https://forum.nginx.org/read.php?2,281006,281007#msg-281007 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

when exec nginx -t,same connection reset by peer

2018-08-28 Thread Shliesce
when i exec nginx -t,client receive connection by peer.In my prod,one server runs 5W qps, and cpu usage is close 25% Posted at Nginx Forum: https://forum.nginx.org/read.php?2,281006,281006#msg-281006 ___ nginx mailing list nginx@nginx.org http://mailma

Re: Resolver not working as expected

2018-08-28 Thread Steve Wilson
On 27/08/2018 14:30, Maxim Dounin wrote: Hello! On Mon, Aug 27, 2018 at 06:56:01PM +0530, Sharan J wrote: Hi, Sample conf: http{ resolver x.x.x.x; server { server_name _; location / { proxy_pass http://somedomain.com; } } I have nameservers configured in my r