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
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'
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
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
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
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
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?
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
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