centos7安装Nginx
发布时间:2020-6-4 16:21:52 来源: 纵横数据云服务器
centos7安装Nginx
下载Nginx
wget http://nginx.org/download/nginx-1.14.0.tar.gz
解压安装包,并进入安装包目录
tar zxvf nginx-1.14.0.tar.gz
cd nginx-1.14.0
编译安装
# 1.
./configure
# 2.
make
# 3.
make install
查看nginx版本
/usr/local/nginx/sbin/nginx -v
检查配置文件nginx.conf的正确性命令
/usr/local/nginx/sbin/nginx -t
正常结果如下:
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
nginx常用命令
#启动命令
/usr/local/nginx/sbin/nginx
#重新载入配置文件
/usr/local/nginx/sbin/nginx -s reload
#重启 Nginx
/usr/local/nginx/sbin/nginx -s reopen
#停止 Nginx
/usr/local/nginx/sbin/nginx -s stop
#监测Nginx服务是否正在运行
netstat -anput | grep nginx
199cloud新上的美国站群服务器8C 现货 限量特价 速定! cn2限量一人3台
E5 16G 1T 8C 232IP
E5*2 32G 1T 8C 232IP
E5*2 32G 2T 8C 232IP
E5*2 32G 3T 8C 232IP
美国站群服务器 特价欢迎联系在线客服 艾娜QQ 482986990
本文来源:
https://199cloud.com/article/2859.html
[复制链接]
链接已复制