start-nginx.bat 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 @ECHO OFF net stop nginx.exe net start nginx.exe E: cd nginx nginx.exe #@echo off #echo Starting PHP FastCGI... #RunHiddenConsole.exe D:\php\php-cgi.exe -b 127.0.0.1:9000 -c D:\php\php.ini EXIT