3 lines
46 B
Batchfile
3 lines
46 B
Batchfile
@echo off
|
|
echo Stopping Nginx...
|
|
nginx -s stop |
@echo off
|
|
echo Stopping Nginx...
|
|
nginx -s stop |