<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>gocept.nginx</name>
<shortdesc>zc.buildout recipe for configuring an nginx server</shortdesc>
<description>==========================
NGNIX configuration recipe
==========================

The gocept.nginx recipe allows to configure an ngin in buildout::

    [ngnix]
    recipe = gocept.cmmi
    url = http://sysoev.ru/nginx/nginx-0.5.30.tar.gz
    md5sum = 804cf3d6583fe820de42c5e7c50d7a1a

    [frontend]
    recipe = gocept.nginx
    hostname = localhost
    port = 8080
    configuration = 
        worker_processes 1;
        events {
            worker_connections 1024;
        }
        http {
          ...



Changes
=======

0.9.4 (2008-10-01)
------------------

- Added a way to prevent setting the user in nginx.conf when using a deployment
  recipe.
- Fixed names of config, log, run and lock files when using a deployment
  recipe.

0.9.3 (2008-09-19)
------------------

- Added support for zc.recipe.deployment / gocept.recipe.deploymentsandbox,
  including logrotate.

0.9.2 (2008-06-18)
------------------

- Override accidental -dev release.

0.9.1 (2008-06-18)
------------------

- Fix configtest command in the generated ctl script.

0.9 (2008-01-14)
----------------

- Allowing configuration of config file location.

- Writing config file in own part by default.</description>
<maintainer><foaf:Person><foaf:name>Christian Theune</foaf:name>
<foaf:mbox_sha1sum>f3593e9789d55cb3a1ec72719457ddee5cc83a52</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.9.4</revision></Version></release>
</Project></rdf:RDF>