码迷,mamicode.com
首页 > 系统相关 > 详细

服务器 linux nginx配置

时间:2019-12-26 12:46:59      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:gcc   configure   style   技术   需要   配置文件的路径   命名   open   class   

首先下载依赖

yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel

切换到nginx路径下

./configure

在执行

make

make install

修改 nginx/conf/nginx.conf的文件

启动nginx

使用这个命名时需要去nginx的安装目录

技术图片

 

 这个是使用make install命令之后打印的日志

需要切换到这个目录下:比如这儿需要去 /usr/local/nginx/sbin

常规启动  ./nginx

使用配置文件启动:./nginx -c /root/nginx/conf/nginx.conf

/root/nginx/conf/nginx.conf为配置文件的路径

服务器 linux nginx配置

标签:gcc   configure   style   技术   需要   配置文件的路径   命名   open   class   

原文地址:https://www.cnblogs.com/Web-spring/p/12101339.html

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