linux安装nginx
Posted until—u
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux安装nginx相关的知识,希望对你有一定的参考价值。
一、下载nginx,解压到/usr/local/nginx
tar -zxvf nginx-1.9.9.tar.gz
mv nginx-1.9.9 /usr/local/nginx
二、安装相关依赖 yum -y install pcre-devel openssl openssl-devel
三、执行
./configure --prefix=/usr/local/nginx
make
make install
查看是否安装成功
cd /usr/local/nginx/sbin
./nginx -t
启动nginx
./nginx
以上是关于linux安装nginx的主要内容,如果未能解决你的问题,请参考以下文章
Nginx——Nginx启动报错Job for nginx.service failed because the control process exited with error code(代码片段