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
网友评论