| From | Sent On | Attachments |
|---|---|---|
| Sergey Budnevitch | Aug 24, 2011 2:22 am | |
| be...@benweblife.fr | Aug 24, 2011 7:47 am | |
| Sergey Budnevitch | Aug 25, 2011 1:50 am | |
| be...@benweblife.fr | Aug 25, 2011 2:13 am | |
| Nuno Magalhães | Aug 25, 2011 2:40 am | |
| Sergey Budnevitch | Aug 25, 2011 2:59 am | |
| Chris | Aug 25, 2011 4:46 am | |
| Cliff Wells | Aug 25, 2011 10:11 am | |
| Sergey Budnevitch | Aug 26, 2011 12:26 am | |
| Boris Dolgov | Aug 26, 2011 3:59 am | |
| bwellsnc | Aug 26, 2011 4:02 am | |
| Sergey Budnevitch | Aug 26, 2011 5:01 am | |
| Cliff Wells | Aug 26, 2011 11:18 am | |
| Stefan Caunter | Aug 26, 2011 10:28 pm | |
| Boris Dolgov | Aug 30, 2011 11:26 am | |
| Sergey Budnevitch | Aug 31, 2011 3:07 am | |
| Sergey Budnevitch | Aug 31, 2011 5:15 am | |
| meto | Aug 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.
_______________________________________________ nginx mailing list ngi...@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx





