Re: nginx-1.15.10

2019-03-26 Thread Maxim Dounin
Hello! On Tue, Mar 26, 2019 at 06:16:39PM +0100, A. Schulze wrote: > Am 26.03.19 um 17:50 schrieb Maxim Dounin: > > The difference is that in 1.15.10 you can put a certificate itself > > into a variable. Quoting docs: > > > > : The value data:$variable can be specified instead of the file > >

Re: nginx-1.15.10

2019-03-26 Thread A. Schulze
Am 26.03.19 um 17:50 schrieb Maxim Dounin: > The difference is that in 1.15.10 you can put a certificate itself > into a variable. Quoting docs: > > : The value data:$variable can be specified instead of the file > : (1.15.10), which loads a certificate from a variable without using > : int

Re: nginx-1.15.10

2019-03-26 Thread Maxim Dounin
Hello! On Tue, Mar 26, 2019 at 09:49:40PM +0530, Anoop Alias wrote: > On Tue, Mar 26, 2019 at 7:55 PM Maxim Dounin wrote: > > > Changes with nginx 1.15.10 26 Mar > > 2019 > > > > > > *) Feature: loading of S

Re: nginx-1.15.10

2019-03-26 Thread Anoop Alias
On Tue, Mar 26, 2019 at 7:55 PM Maxim Dounin wrote: > Changes with nginx 1.15.10 26 Mar > 2019 > > > *) Feature: loading of SSL certificates and secret keys from variables > The doc says: Since version 1.15.9, variables can be use

Re: [nginx-announce] nginx-1.15.10

2019-03-26 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.15.10 for Windows https://kevinworthington.com/nginxwin11510 (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-1.15.10

2019-03-26 Thread Maxim Dounin
Changes with nginx 1.15.10 26 Mar 2019 *) Change: when using a hostname in the "listen" directive nginx now creates listening sockets for all addresses the hostname resolves to (previously, only the first address was used).