nginx 启停

启动nginx

sudo nginx

停止nginx

sudo nginx -s stop

重新启动nginx

sudo nginx -s reload

你可能感兴趣的:(nginx 启停)