imfenghuang / blog

some notes
4 stars 0 forks source link

nginx #42

Open imfenghuang opened 4 months ago

imfenghuang commented 4 months ago
systemctl enable nginx
systemctl start nginx
ps -ef | grep nginx 
kill -quit pid
kill -term pid
kill -9 pid

nginx -t
nginx -s quit
nginx -s reload