5 lines
59 B
Batchfile
5 lines
59 B
Batchfile
@echo off
|
|
cd /d D:\nginx
|
|
nginx -s stop
|
|
echo Nginx stopped.
|
@echo off
|
|
cd /d D:\nginx
|
|
nginx -s stop
|
|
echo Nginx stopped.
|