[root@localhost ~]# mkdir /home/nginx_tar
[root@localhost ~]# cd /home/nginx_tar/
[root@localhost nginx_tar]# wget http://nginx.org/download/nginx-1.9.9.tar.gz
[root@localhost nginx_tar]# tar -zxvf nginx-1.9.9.tar.gz
编译安装
[root@localhost nginx_tar]# cd nginx-1.9.9/
[root@localhost nginx-1.9.9]# ./configure
[root@localhost nginx-1.9.9]# make
[root@localhost nginx-1.9.9]# make install