Linux下Nginx的安装

这里记录的是纯Nginx的安装,不是用docker去完成的。

教程可参考:http://www.runoob.com/linux/nginx-install-setup.html

很简单的,基本按照着来就行,就是Nginx安装的部分:

[root@VM_0_4_centos nginx-1.6.2]# ./configure --prefix=/usr/local/nginx

 

[root@VM_0_4_centos nginx-1.6.2]# make && make install

  用以上命令就行,比较简单。之后启动,能在浏览器看到欢迎页面就OK。

posted on 2018-11-15 11:55  手撕高达的村长  阅读(151)  评论(0编辑  收藏  举报

导航