美文网首页linux实际开发操作
10运营经验:安装&部署nginx

10运营经验:安装&部署nginx

作者: 吾心橙 | 来源:发表于2018-07-24 14:31 被阅读8次

ls

nginx -V

yum search nginx

nginx -V

curl --head http://localhost:80

curl --head http://localhost

ps -ef |grep nginx

/usr/sbin/nginx -t

/usr/sbin/nginx -s reload

/usr/sbin/nginx --help

/usr/sbin/nginx -h

/usr/sbin/nginx

netstat -untlp

vim nginx.conf

cp nginx.conf nginx.conf_bak
cp nginx.conf nginx.conf_bak

/usr/sbin/nginx -t
vim nginx.conf

/usr/sbin/nginx

netstat -untlp

相关文章

网友评论

    本文标题:10运营经验:安装&部署nginx

    本文链接:https://www.haomeiwen.com/subject/cplemftx.html