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

centos7安装nginx

时间:2018-11-16 15:06:00      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:gcc   tool   user   gcc-c++   http   centos7   make   实例   config   

https://nginx.org/download/
nginx-1.12.0.tar.gz为实例

yum -y install gcc gcc-c++ openssl-devel pcre-devel httpd-tools
tar -zxf nginx-1.12.0.tar.gz

cd nginx-1.12.0

useradd nginx

./configure --prefix=/usr/local/nginx --user=nginx --group=nginx --with-http_ssl_module --with-http_mp4_module --with-http_flv_module


make && make install

ln -s /usr/local/nginx/sbin/nginx /usr/bin
nginx


vi /etc/rc.local

chmod 755 /etc/rc.local
nginx -s quit

 

centos7安装nginx

标签:gcc   tool   user   gcc-c++   http   centos7   make   实例   config   

原文地址:https://www.cnblogs.com/cerofang/p/9968921.html

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