Installing and configuring Nginx under Windows

Source: Internet
Author: User

    1. Download Nginx

Download the Windows version of Nginx on the official website

http://nginx.org/

    1. Configuring Environment variables

Unzip to a local path,

Open CMD window, CD to Nginx directory

Note that you should add the/d parameter to the CD, or you may not be able to switch over.

Then execute the nginx–v to view the Nginx version

    1. Configure Nginx

Locate the conf/nginx.conf file under the Nginx directory

Open the file and modify the configuration below

One is to modify the port number is 8080, one is the location of the specified site is f:\nginx-1.12.2\html

    1. Start Nginx

Execute nginx directly on the cmd command line to start Nginx

    1. Accessing the default page

After Nginx starts, access the http://localhost:8080 in the browser, you can see the default welcome page

In this case, the Nginx Configuration under window is complete.

More commands can be viewed with nginx–h

The interpretation of each parameter is more popular, and it is no longer explained individually.

Installing and configuring Nginx under Windows

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.