nginx 操作
start nginx
start nginx
check nginx
tasklist /fi "imagename eq nginx.exe"
kill
taskkill /pid 13464 /F
error log
logs\error.log
check port using
netstat -ano | findstr :80
ntoskrnl.exe with PID4 using
iisreset /stop
start nginx
tasklist /fi "imagename eq nginx.exe"
taskkill /pid 13464 /F
logs\error.log
netstat -ano | findstr :80
iisreset /stop