• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYWAP
  • script
  • nginx
  • start-nginx.bat
  • do modify nginx.reg and test render template
    452e97bd
    by hf
    2015-09-29 16:20:55 +0800  
    Browse Files
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