ngnix安装ngnix安装1.下载ngnix./configure --prefix/opt/nginx --with-mail --with-mail_ssl_module --w
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
在实际环境中,我多安装了两个模块,etag模块和upstream_jvm_route模块。
