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.

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

[njs] Fixed exception handling in arguments of a function.

2018-08-28 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/0191fae31b6d branches: changeset: 591:0191fae31b6d user: Dmitry Volyntsev date: Tue Aug 28 18:42:43 2018 +0300 description: Fixed exception handling in arguments of a function. diffstat: njs/njs_function.c | 2 +-

nginx-1.15.3

2018-08-28 Thread Maxim Dounin
Изменения в nginx 1.15.3 28.08.2018 *) Добавление: теперь TLSv1.3 можно использовать с BoringSSL. *) Добавление: директива ssl_early_data, сейчас доступна при использовании BoringSSL. *) Добавление: директивы keepalive_timeout и

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"

[nginx] nginx-1.15.3-RELEASE

2018-08-28 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/28b3e17ca7eb branches: changeset: 7343:28b3e17ca7eb user: Maxim Dounin date: Tue Aug 28 18:36:00 2018 +0300 description: nginx-1.15.3-RELEASE diffstat: docs/xml/nginx/changes.xml | 97 ++ 1 files

[nginx] release-1.15.3 tag

2018-08-28 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/5f6d2e102f4c branches: changeset: 7344:5f6d2e102f4c user: Maxim Dounin date: Tue Aug 28 18:36:00 2018 +0300 description: release-1.15.3 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff

[njs] Fixed out-of-bounds read.

2018-08-28 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/cfd82c5cfa93 branches: changeset: 590:cfd82c5cfa93 user: Dmitry Volyntsev date: Tue Aug 28 15:37:14 2018 +0300 description: Fixed out-of-bounds read. Found by Coverity (CID 1438786). diffstat: njs/njs_function.c | 2 +- 1 files changed, 1

Re: Nginx отдает клиенту 502, но получает от backend 401

2018-08-28 Thread Maxim Dounin
Hello! On Tue, Aug 28, 2018 at 10:49:42AM -0400, Dmitry WD wrote: > Максим, спасибо за ответ. > А можете дать ссылку на то место в RFC где сказано что тело запроса надо > дочитывать полностью до конца и нельзя прерываться и начинать отвечать? Такого - нигде не написано, потому что это не

[nginx] Updated OpenSSL used for win32 builds.

2018-08-28 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/d5da7e71210e branches: changeset: 7342:d5da7e71210e user: Maxim Dounin date: Tue Aug 28 15:05:41 2018 +0300 description: Updated OpenSSL used for win32 builds. diffstat: misc/GNUmakefile | 2 +- 1 files changed, 1 insertions(+), 1

Re: Nginx отдает клиенту 502, но получает от backend 401

2018-08-28 Thread Dmitry WD
Максим, спасибо за ответ. А можете дать ссылку на то место в RFC где сказано что тело запроса надо дочитывать полностью до конца и нельзя прерываться и начинать отвечать? Кстати, через unix сокет ситуация аналогична, при работе с unix или tcp сокетом чтение из сокета и запись в сокет разделены.

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

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

RE: cache: move open to thread pool

2018-08-28 Thread Eran Kornblau
Hi, > Hi Eran, > > Happy to see that we are not the only place where we find open to be a > problem. I took a look at your module and while the approach is sound, I > decided the complexity doesn't seem to be worth it. Hope to see some numbers > of how your module works at scale. > > -

Re: limit_rate_after support variables

2018-08-28 Thread Miroslav Novy
Hi, thank you for your patch. I will look at it. Why did not you merge him to repository? Míra po 27. 8. 2018 v 18:00 odesílatel Ruslan Ermilov napsal: > Also, Maxim Dounin reminded me that I prepared the patch set > to add variables support to limit_rate_after roughly a year ago, > which I

RE: [nginx]access log and error log

2018-08-28 Thread 桐山 健太郎
Hi, Josh Appreciate for your advice. I will try either both of those and will try to fix this issue. Regards, Kentaro From: nginx [mailto:nginx-boun...@nginx.org] On Behalf Of Josh Cooley Sent: Tuesday, August 28, 2018 2:02 PM To: nginx@nginx.org Cc: 小栗 雅士; 千葉 幸宏 Subject: Re: [nginx]access log