nginx
启动:
在下载nginx的目录下直接输入nginx回车
停止:
nginx -s stop
重启:
nginx -s reload
查看当前运行进程:
ps -ef | grep nginx