Skip to content

Commit

Permalink
Nginx build add option: --with-http_image_filter_module
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Mar 5, 2014
1 parent 3845d95 commit 927fd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_nginx
Expand Up @@ -4,7 +4,7 @@ cd /tmp
curl -O http://nginx.org/download/nginx-$VERSION.tar.gz
tar zxf nginx-$VERSION.tar.gz
cd nginx-$VERSION
./configure --with-http_ssl_module --with-http_realip_module --with-http_stub_status_module --with-http_gzip_static_module
./configure --with-http_ssl_module --with-http_realip_module --with-http_stub_status_module --with-http_gzip_static_module --with-http_image_filter_module
make && sudo make install
rm -Rf /tmp/nginx-$VERSION/
cd $DIR
Expand Down

0 comments on commit 927fd9f

Please sign in to comment.