diff --git a/component/nginx/buildout.cfg b/component/nginx/buildout.cfg index 80a5c33c0788acadc49e9fc50da4463c0b674549..d9a2756b3fa6ede70c37a13f7826f26d81c96a95 100644 --- a/component/nginx/buildout.cfg +++ b/component/nginx/buildout.cfg @@ -19,6 +19,8 @@ md5sum = 27322fbb4b265c0e0cc548f5e6b7f201 configure-options= --with-ipv6 --with-http_ssl_module + --with-http_spdy_module + --with-http_gzip_static_module --with-mail --with-mail_ssl_module --with-ld-opt="-L ${openssl:location}/lib -L ${pcre:location}/lib -L ${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${pcre:location}/lib -Wl,-rpath=${zlib:location}/lib" @@ -36,6 +38,8 @@ mode = 0644 configure-options = --with-ipv6 --with-http_ssl_module + --with-http_spdy_module + --with-http_gzip_static_module --with-mail --with-mail_ssl_module --error-log-path=var/log/nginx.error.log