Bin/PLTWEB/5-Startup_Web_UI.bat | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Bin/PLTWEB/nginx-1.27.0/startOrReload.bat | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Bin/PLTWEB/5-Startup_Web_UI.bat
@@ -7,7 +7,6 @@ ::echo %%CLASSPATH%% %CLASSPATH% cd ./nginx-1.27.0 start stop.bat start start.bat call start startOrReload.bat exit Bin/PLTWEB/nginx-1.27.0/startOrReload.bat
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,11 @@ @echo off :: æ£æ¥ Nginx æ¯å¦æ£å¨è¿è¡ tasklist | findstr /i "nginx.exe" > nul IF ERRORLEVEL 1 ( echo Nginx is not running. Starting Nginx... start nginx ) ELSE ( echo Nginx is running. Reloading... nginx -s reload ) echo Done.