Import flag image set
[www.martinvillalba.com.git] / buildout.cfg
blobd217658d6a025516ae1e05fe0961f3bfea41b766
1 [buildout]
2 parts =
3     hyde
4     nginx
6 [hyde]
7 recipe = zc.recipe.egg
8 eggs = hyde
10 [nginx]
11 recipe = minitage.recipe.cmmi
12 url = http://nginx.org/download/nginx-1.0.4.tar.gz
13 post-make-hook = ${buildout:directory}/nginx_hooks.py:post_make_hook
14 prefix= ${buildout:directory}/nginx
15 make-options = -j 4
16 extra_options = --with-http_ssl_module --with-http_gzip_static_module --without-http_autoindex_module --without-http_browser_module --without-http_fastcgi_module --without-http_geo_module --without-http_empty_gif_module --without-http_map_module --without-http_proxy_module --without-http_memcached_module --without-http_ssi_module --without-http_userid_module