服务器nginx安装
Posted linst
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了服务器nginx安装相关的知识,希望对你有一定的参考价值。
环境 centos7.6
nginx 安装
1、下载源码包nginx1.17.1
2、解压,进入到解压后的目录
3、
./configure --prefix=/home/user1/study/soft/nginx --sbin-path=/home/user1/study/soft/nginx/sbin/nginx --conf-path=/home/user1/study/soft/nginx/config/nginx.conf --error-log-path=/home/user1/study/soft/nginx/logs/error.log --pid-path=/home/user1/study/soft/nginx/logs/nginx/pid --http-log-path=/home/user1/study/soft/nginx/logs/access.log
4、make -j
5、make install
以上是关于服务器nginx安装的主要内容,如果未能解决你的问题,请参考以下文章
Linux系统中编译安装Nginx服务器,看了还不会你来打我
如果我在centos服务器上删除/ etc / nginx,请安装nginx如何重新安装它我是centos和nginx的新手