Created
August 28, 2010 18:09
-
-
Save huacnlee/555402 to your computer and use it in GitHub Desktop.
Nginx 源代码编译参数
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--with-http_ssl_module --with-http_realip_module --with-http_stub_status_module --with-http_gzip_static_module --with-file-aio |
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
--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/