lmgsanm

每天学习一点,每天进步一点点…… Tomorrow is another beatifull day

导航

nginx简易安装

 

yum -y install perl-ExtUtils-Embed

./configure --prefix=/usr/local/nginx --user=nginx --group=nginx --with-http_ssl_module --with-http_sub_module --with-http_gunzip_module --with-http_auth_request_module --with-http_realip_module --with-http_image_filter_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_stub_status_module --with-http_perl_module --with-mail --with-mail_ssl_module --with-stream --with-stream_ssl_module --with-pcre

make && make install

posted on 2016-04-28 15:41  lmgsanm  阅读(151)  评论(0编辑  收藏  举报