• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • script
  • nginx
  • stop-nginx-php.bat
  • 优化nginx配置有关说明文件
    7ca583d5
    by Rock Zhang
    2015-10-28 15:14:05 +0800  
    Browse Files
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