nginx 的啓動

1.啓動,在nginx的sbin目錄下執行:nginx

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

2.殺掉nginx進程code

ps -ef|grep nginx

kill -9 進程ID進程

相關文章
相關標籤/搜索