启动
/etc/init.d/nginx start
关闭
netstat -tln查看到80端口被打开了,处于监听的服务状态。目的:不再让80端口开放。以免整个ip被误杀。
使用service nginx stop运行中没有报错。
之后再运行netstat -tln查看到80端口已经被关闭了。