forked from liweijie/education
前端代码
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
cd /d D:\nginx
|
||||
nginx -s stop
|
||||
echo Nginx stopped.
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
cd /d D:\nginx
|
||||
nginx -s stop
|
||||
echo Nginx stopped.
|
||||