Nginx在linux操作常用的命令

1.查看nginx版本号

./nginx -v

2启动ngix

./nginx

3.停止nginx

./nginx -s stop

4.重新加载nginx

./nginx -s reload

你可能感兴趣的:(Nginx,nginx)