nothing in log or access when trying to access today. localhost just shows a blank page.
this is used to start nginx...also i've tried just clicking on nginx.exe...what am i doing wrong
@ECHO OFF
start c:\nginx\nginx.exe
start c:\php\5.6.11\php-cgi.exe -b 127.0.0.1:9000 -c c:\php\5.6.11\php.ini
ping 127.0.0.1 -n 1>NUL
echo starting nginx
echo .
echo ..
echo ...
ping 127.0.0.1 >NUL
EXIT
this is used to start nginx...also i've tried just clicking on nginx.exe...what am i doing wrong
@ECHO OFF
start c:\nginx\nginx.exe
start c:\php\5.6.11\php-cgi.exe -b 127.0.0.1:9000 -c c:\php\5.6.11\php.ini
ping 127.0.0.1 -n 1>NUL
echo starting nginx
echo .
echo ..
echo ...
ping 127.0.0.1 >NUL
EXIT