#799881 fcgiwrap: Please move nginx.conf to /etc/nginx/snippets

Package:
fcgiwrap
Source:
fcgiwrap
Description:
simple server to run CGI applications over FastCGI
Submitter:
Santiago Vila
Date:
2015-09-23 17:27:05 UTC
Severity:
wishlist
#799881#5
Date:
2015-09-23 17:24:07 UTC
From:
To:
Hello Jordi.

README.Debian suggests adding this line:

  include /usr/share/doc/fcgiwrap/examples/nginx.conf;

Since the file may be used "as is", I think the it would be better
placed somewhere under /etc/nginx/snippets, which is a place for files
that may be included, so the suggestion would become something like this:

  include /etc/nginx/snippets/fcgiwrap.conf;

Thanks.