安裝參考(不能全信):http://blog.csdn.net/defonds/article/details/44410359html
下 載最新穩定的zlib,pcre,openssl庫。nginx
gzip 模塊須要 zlib 庫(http://www.zlib.net/);shell
rewrite 模塊須要 pcre 庫(http://www.pcre.org/);ui
ssl 功能須要 openssl 庫(http://www.openssl.org/);.net
最後執行 :--with-pcre等,指向的是源碼地址,不是安裝後的地址,nginx 會自動編譯。單獨加上--with-http_ssl_modulecode
./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-openssl=../openssl-1.0.2d make make install 證書安裝參考:http://www.cnblogs.com/yanghuahui/archive/2012/06/25/2561568.html