nginx 命令速记

查看进程

ps -ef|grep nginx

重启

nginx -s reload

Windows 下
关闭所有进程

taskkill /F /IM nginx.exe

查看所有进程

tasklist /fi "imagename eq nginx.exe"
Comments
Write a Comment