ngnix安装
ngnix安装
1.下载ngnix
./configure --prefix=/opt/nginx --with-mail --with-mail_ssl_module --without-http-cache --without-http_fastcgi_module --without-http_uwsgi_module --without-http_scgi_module --without-http_memcached_module --with-http_gzip_static_module --with-http_ssl_module --with-cc-opt=-O4make && make install