1 Star 0 Fork 24

Vincent.Chan / Video_Server

forked from haha_Dashen / Video_Server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Stop.cmd 313 Bytes
一键复制 编辑 原始数据 按行查看 历史
haha_Dashen 提交于 2018-03-08 11:46 . 多线程支持
@echo off
echo Shutdown PHP-CGI
taskkill /f /im php-cgi.exe
echo Safe Shutdown Nginx
cd nginx
nginx -s stop
taskkill /f /im nginx.exe
cd ..
echo.
echo.
echo.
echo.
echo.
echo Please enter Ctrl+C in "Redis Server" Window to save data and quit redis.
echo Please Manual Shutdown Main Thread and Worker Thread.
pause
PHP
1
https://gitee.com/vincentchan/Video_Server.git
git@gitee.com:vincentchan/Video_Server.git
vincentchan
Video_Server
Video_Server
master

搜索帮助