Windows nginx重启bat脚本
2023-12-16
·
via 时间的朋友
Windows nginx重启bat脚本 🔗
1
2
3
4
5
6
7
8
9
10
11
| @echo off
taskkill /IM nginx.exe /F /T
echo "The process nginx.exe has been terminated."
pause
start /d D:\soft\nginx-1.22.1\nginx-1.22.1 /b nginx.exe
echo "Start nginx success"
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。