From 82245e3dacfee119db16ea21c7472b3669da297e Mon Sep 17 00:00:00 2001
From: Thomas Lechauve <gnon@tiolive.com>
Date: Thu, 12 Apr 2012 11:01:01 +0200
Subject: [PATCH] Component nginx server added

---
 component/nginx/buildout.cfg | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 component/nginx/buildout.cfg

diff --git a/component/nginx/buildout.cfg b/component/nginx/buildout.cfg
new file mode 100644
index 000000000..138d9ea1e
--- /dev/null
+++ b/component/nginx/buildout.cfg
@@ -0,0 +1,7 @@
+[buildout]
+parts = nginx
+
+[nginx]
+recipe = hexagonit.recipe.cmmi
+url = http://nginx.org/download/nginx-1.0.14.tar.gz
+version = 1.0.14
\ No newline at end of file
-- 
2.30.9