atom feed18 messages in ru.sysoev.nginxRe: nginx linux packages
FromSent OnAttachments
Sergey BudnevitchAug 24, 2011 2:22 am 
be...@benweblife.frAug 24, 2011 7:47 am 
Sergey BudnevitchAug 25, 2011 1:50 am 
be...@benweblife.frAug 25, 2011 2:13 am 
Nuno MagalhãesAug 25, 2011 2:40 am 
Sergey BudnevitchAug 25, 2011 2:59 am 
ChrisAug 25, 2011 4:46 am 
Cliff WellsAug 25, 2011 10:11 am 
Sergey BudnevitchAug 26, 2011 12:26 am 
Boris DolgovAug 26, 2011 3:59 am 
bwellsncAug 26, 2011 4:02 am 
Sergey BudnevitchAug 26, 2011 5:01 am 
Cliff WellsAug 26, 2011 11:18 am 
Stefan CaunterAug 26, 2011 10:28 pm 
Boris DolgovAug 30, 2011 11:26 am 
Sergey BudnevitchAug 31, 2011 3:07 am 
Sergey BudnevitchAug 31, 2011 5:15 am 
metoAug 31, 2011 6:52 am 
Subject:Re: nginx linux packages
From:Sergey Budnevitch (sb@waeme.net)
Date:Aug 31, 2011 3:07:03 am
List:ru.sysoev.nginx

On 26.08.2011, at 22:18, Cliff Wells wrote:

One small suggestion for nginx.conf. Rather than using:

include /etc/nginx/conf.d/*;

I'd suggest

include /etc/nginx/conf.d/*.conf;

This prevents backup/temporary files that are typically created by editors from being processed as valid configuration (e.g. default~, #default#, etc).

I agree, It makes sense to replace * with *.conf. Added in 1.0.6.

There may be the situation when you have not touched default nginx.conf, so it would be upgraded, but config files without .conf suffix were added to conf.d dir, and they would not be included after upgrade. I have no idea how to fix it with post/pre install scripts correctly, so check your configs after
upgrade.