Re: What kind of problems will happen to nginx when updated from centos 6 to 7 ?

2018-02-20 Thread Lucas Rolff
You do not update from CentOS 6 to CentOS 7 – you install a new server – so you’ll have proper time to perform tests on a new box. On 21/02/2018, 08.51, "nginx on behalf of mslee" wrote: Hello. I prepare for migrate from centos 6 to 7 on my servers. My servers is now providing

What kind of problems will happen to nginx when updated from centos 6 to 7 ?

2018-02-20 Thread mslee
Hello. I prepare for migrate from centos 6 to 7 on my servers. My servers is now providing web services to people. It must that there no happen any problems to nginx when update from centos 6 to 7. I've been trying to see if there are any of these cases, but I haven't see anything yet. If anyone'

Re: DTLS patches

2018-02-20 Thread Wang Shanker
Hi, Vladimir `ngx_stream_ssl_init_connection` trys to set tcp_nodelay on the given connection. The following patch adds a test for the type of connection before set. Cheers, Miao Wang diff --git a/src/stream/ngx_stream_ssl_module.c b/src/stream/ngx_stream_ssl_module.c index f85bbb6..36f7fdd

Re: Fwd: Question about wildcard nginx entry.

2018-02-20 Thread bukow bukowiec
I am sorry looks like i missunderstood some basics concepts of nginx. Sorry again, my bad. Thank you for nginx and best regards! On Tue, Feb 20, 2018 at 9:02 AM, Francis Daly wrote: > On Mon, Feb 19, 2018 at 09:55:25PM +0100, bukow bukowiec wrote: > > Hi there, > > > Anyway, can anyone tell me

Re: [nginx-announce] nginx-1.13.9

2018-02-20 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.13.9 for Windows https://kevinworthington.com/nginxwin1139 (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-1.13.9

2018-02-20 Thread Maxim Dounin
Changes with nginx 1.13.920 Feb 2018 *) Feature: HTTP/2 server push support; the "http2_push" and "http2_push_preload" directives. *) Bugfix: "header already sent" alerts might appear in logs when using cache; the bug had appeared in 1

Re: Optimizing nginx mail proxy

2018-02-20 Thread Maxim Dounin
Hello! On Tue, Feb 20, 2018 at 02:56:40AM -0500, Azusa Taroura wrote: > I’m trying to optimize mail-proxy. > My performance test is 1 client sends many request to 1 nginx server. [...] > Low cpu usage, but the performance result is not good. > Do yoy know how to take full advantage of nginx?

Re: Optimizing nginx mail proxy

2018-02-20 Thread Alex Samad
Silly question why not use postfix for this ? On 20 February 2018 at 18:56, Azusa Taroura wrote: > Hi everyone, > > I’m trying to optimize mail-proxy. > My performance test is 1 client sends many request to 1 nginx server. > > > This is my current settings: > > worker_processes auto; > worker_r

Re: Fwd: Question about wildcard nginx entry.

2018-02-20 Thread Francis Daly
On Mon, Feb 19, 2018 at 09:55:25PM +0100, bukow bukowiec wrote: Hi there, > Anyway, can anyone tell me why nginx does not support wildcard type like: > > "*.domain.tld" ? Why do you think that nginx does not support that? Can you show a configuration that tries to use it but fails? In the con