stop-nginx-php.bat 134 Bytes Raw Blame History Permalink 1 2 3 4 5 6 @echo off echo Stopping nginx... taskkill /F /IM nginx.exe > nul echo Stopping PHP FastCGI... taskkill /F /IM php-cgi.exe > nul exit