Nginx Quick Start Close script

Source: Internet
Author: User

@echo OFFC:CD C:\nginx-1.8.0: MenuEcho-------nginx Boot Assistant---------Echo 1. Restart the serverEcho 2. Start the serverEcho 3. Turn off server @echo offset/P choose="Please select:"if%choose%==1(goto RS)if%choose%==2(goto start)if%choose%==3(Goto stop):: illegal input symbolif%choose%!=1|| %choose%!=2|| %choose%!=3(Goto menu):: Restart server @echo off:rs tskill nginxEchoall Ginx processes have been terminated Nginx.exe-T Nginx.exe-v start Nginx.exeEchoNginx started (Goto menu):: Start server @echo Off:start nginx.exe-T Nginx.exe-v start Nginx.exeEchoNginx started (Goto menu):: Shutdown server @echo off:stop tskill nginxEchoall Ginx processes have been terminated (Goto menu)

Nginx Quick Start Close script

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.