Skip to content

Instantly share code, notes, and snippets.

@huacnlee
Created August 28, 2010 18:09
Show Gist options
  • Save huacnlee/555402 to your computer and use it in GitHub Desktop.
Save huacnlee/555402 to your computer and use it in GitHub Desktop.
Nginx 源代码编译参数
--with-http_ssl_module --with-http_realip_module --with-http_stub_status_module --with-http_gzip_static_module --with-file-aio
@huacnlee
Copy link
Author

--with-http_ssl_module --with-http_realip_module --with-http_stub_status_module --with-http_gzip_static_module --with-file-aio --add-module=/home/jason/downloads/nginx-0.8.54/ext/nginx-gridfs/

@huacnlee
Copy link
Author

huacnlee commented Mar 2, 2011

--with-http_ssl_module --with-http_realip_module --with-http_stub_status_module --with-http_gzip_static_module --add-module=/home/jason/downloads/nginx-0.7.68/ext/nginx-gridfs/

@huacnlee
Copy link
Author

mkdir ext 
cd ext
svn co http://code.taobao.org/svn/nginx_concat_module/trunk/ nginx_concat_module
git clone git://github.com/mdirolf/nginx-gridfs.git
cd nginx-gridfs
checkout v0.8
git submodule init
git submodule update
cd ../..
./configure --with-http_ssl_module --with-http_realip_module --with-http_stub_status_module --with-http_gzip_static_module --add-module=ext/nginx-gridfs/ --add-module=ext/nginx_concat_module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment