码迷,mamicode.com
首页 > 其他好文 > 详细

服务器nginx安装

时间:2019-07-13 23:57:10      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:config   pid   nbsp   环境   gui   efi   nrv   imu   wrk   

 

环境 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安装

标签:config   pid   nbsp   环境   gui   efi   nrv   imu   wrk   

原文地址:https://www.cnblogs.com/linst/p/11182576.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!