下载
平时常常需要用到Nginx, 无论是作为一个网关部署还是作为一个模块内嵌在项目中, 所以为最常用的CentOS打了个绿色包(nginx-1.10.3)
[root@localhost ~]# wget http://oihqlvcc2.bkt.clouddn.com/nginx.tar.gz
解压
[root@localhost ~]# tar -xzf nginx.tar.gz
运行
[root@localhost ~]# ./nginx/sbin/nginx
That’s all!
平时常常需要用到Nginx, 无论是作为一个网关部署还是作为一个模块内嵌在项目中, 所以为最常用的CentOS打了个绿色包(nginx-1.10.3)
[root@localhost ~]# wget http://oihqlvcc2.bkt.clouddn.com/nginx.tar.gz
[root@localhost ~]# tar -xzf nginx.tar.gz
[root@localhost ~]# ./nginx/sbin/nginx
That’s all!