Re: [PATCH] Contrib: vim syntax, update core and 3rd party module directives.

2018-04-24 Thread Gena Makhomed
On 10.04.2018 20:47, Gena Makhomed wrote: # HG changeset patch # User Gena Makhomed # Date 1523382230 -10800 #  Tue Apr 10 20:43:50 2018 +0300 # Node ID 4049f2a9bc4e8de556f659769ea061f5b1b244e1 # Parent  1ad1cdfe7409db7feec0d9c4f715d46175da1ca5 Contrib: vim syntax, update core and 3rd party

[PATCH] Contrib: vim syntax, update core and 3rd party module directives.

2018-04-24 Thread Gena Makhomed
# HG changeset patch # User Gena Makhomed # Date 1523382230 -10800 # Tue Apr 10 20:43:50 2018 +0300 # Node ID 4049f2a9bc4e8de556f659769ea061f5b1b244e1 # Parent 1ad1cdfe7409db7feec0d9c4f715d46175da1ca5 Contrib: vim syntax, update core and 3rd party module directives. diff -r 1ad1cdfe7409 -r

fix style broken by 3a8a53c0c42f

2018-04-24 Thread Peng Fang
# HG changeset patch # User peng fang # Date 1524558323 -28800 # Node ID 5b84c8dc4cf5e909673adc24e044a7644da7f8d5 # Parent 7c614ef3c6ea330c62630d5065f961a27d0f82cd Style. Fix style broken by 3a8a53c0c42f. diff -r 7c614ef3c6ea -r 5b84c8dc4cf5 src/http/ngx_http_cache.h --- a/src/http/ngx_http_cac

Re: fix style broken by 3a8a53c0c42f

2018-04-24 Thread Ruslan Ermilov
Hi, On Tue, Apr 24, 2018 at 04:33:15PM +0800, Peng Fang wrote: > # HG changeset patch > # User peng fang > # Date 1524558323 -28800 > # Node ID 5b84c8dc4cf5e909673adc24e044a7644da7f8d5 > # Parent 7c614ef3c6ea330c62630d5065f961a27d0f82cd > Style. > > Fix style broken by 3a8a53c0c42f. > > diff -

Re: fix style broken by 3a8a53c0c42f

2018-04-24 Thread Peng Fang
OK ,thanks for your explanation. 2018-04-24 17:02 GMT+08:00 Ruslan Ermilov : > Hi, > > On Tue, Apr 24, 2018 at 04:33:15PM +0800, Peng Fang wrote: > > # HG changeset patch > > # User peng fang > > # Date 1524558323 -28800 > > # Node ID 5b84c8dc4cf5e909673adc24e044a7644da7f8d5 > > # Parent 7c614e

[nginx] Mail: fixed error message about missing ssl_certificate_key.

2018-04-24 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/0d8c72ff62dd branches: changeset: 7268:0d8c72ff62dd user: Maxim Dounin date: Tue Apr 24 15:28:58 2018 +0300 description: Mail: fixed error message about missing ssl_certificate_key. In 51e1f047d15d, the "ssl" directive name was incorrectly hard

[nginx] SSL: detect "listen ... ssl" without certificates (ticket #178).

2018-04-24 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/7f955d3b9a0d branches: changeset: 7269:7f955d3b9a0d user: Maxim Dounin date: Tue Apr 24 15:29:01 2018 +0300 description: SSL: detect "listen ... ssl" without certificates (ticket #178). In mail and stream modules, no certificate provided is a f

[PATCH] The auto parameter of the worker_processes supports to detect the container environment.

2018-04-24 Thread agile6v
# HG changeset patch # User Agile6v # Date 1524585905 -28800 # Wed Apr 25 00:05:05 2018 +0800 # Node ID 89793df28d1bcf2baf00e389e6806d32d7435886 # Parent 7c614ef3c6ea330c62630d5065f961a27d0f82cd The auto parameter of the worker_processes supports to detect the container environment. Docke

Re: [PATCH] The auto parameter of the worker_processes supports to detect the container environment.

2018-04-24 Thread Maxim Dounin
Hello! On Wed, Apr 25, 2018 at 12:47:13AM +0800, agile6v wrote: > # HG changeset patch > # User Agile6v > # Date 1524585905 -28800 > # Wed Apr 25 00:05:05 2018 +0800 > # Node ID 89793df28d1bcf2baf00e389e6806d32d7435886 > # Parent 7c614ef3c6ea330c62630d5065f961a27d0f82cd > The auto paramete

Re: [PATCH] The auto parameter of the worker_processes supports todetect the container environment.

2018-04-24 Thread agile6v
Hi??Maxim This feature is not a much needed, but it can reduce the cost of manual configuration. If there is a better implementation that can solve this problem, we are also very much looking forward to it. I hope you can think again. Thanks. Regards, Agile6v -- Original ---