Seeing that nginx is the web server recommended for new installations as
of 5.2[0], nginx's config files should be tracked in changelist(5).
This would mirror the current tracking of httpd's config files. The
attached patch adds the nginx config files used by the default
installation of nginx to /etc/changelist. These are
 * /etc/nginx/nginx.conf : main config file
 * /etc/nginx/mime.types : included on line 22 of nginx.conf
nginx does install other config files, but AFAIK they are not used by
the default installation.

Best wishes,
Ryan

[0] http://www.openbsd.org/faq/upgrade52.html#nginx

-- 
|_)|_/  Ryan Kavanagh           | Debian Developer
| \| \  http://ryanak.ca/       | GPG Key 4A11C97A
Index: etc/changelist
===================================================================
RCS file: /cvs/src/etc/changelist,v
retrieving revision 1.78
diff -u -r1.78 changelist
--- etc/changelist	31 Dec 2012 22:04:20 -0000	1.78
+++ etc/changelist	18 Mar 2013 22:51:58 -0000
@@ -93,6 +93,8 @@
 /etc/netstart
 /etc/networks
 /etc/newsyslog.conf
+/etc/nginx/mime.types
+/etc/nginx/nginx.conf
 /etc/npppd/npppd.conf
 +/etc/npppd/npppd-users
 /etc/nsd.conf

Reply via email to