nginx 的启动

1.启动,在nginx的sbin目录下执行:nginx

./nginx -c /opt/nginx-1-13/conf/nginx.conf

2.杀掉nginx进程code

ps -ef|grep nginx

kill -9 进程ID进程

相关文章
相关标签/搜索