日期:2014-05-17 浏览次数:21109 次
instsrv NGINX c:\nginx\srvany.exe
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NGINX\Parameters]
    "Application"="C:\\nginx\\nginx.exe"
    "AppParameters"=""
    "AppDirectory"="C:\\nginx\\"
regedit /s nginx.reg
    @ECHO OFF
    net stop nginx
    net start nginx
    EXIT