Installation QQ prompts that extraction of installation files failed. Installation and configuration under nginx windows.

WBOY
Release: 2016-07-28 08:30:16
Original
1500 people have browsed it

Nginx is a lightweight Web server/reverse proxy server and email (IMAP/POP3) proxy server, and runs on a BSD -Published under the -like agreement. By Russian programmer Igor Developed by Sysoev, it is used by Russia's large portal website and search engine Rambler (Russian: Рамблер). It is characterized by occupying less memory and concurrency capability. In fact, the concurrency capability of nginx does perform better among web servers of the same type. (Baidu Encyclopedia-http://www.dwz.cn/x32kG)Download address: http://nginx.org/download


 nginx windows 下安装和配置
Use the latest version 1.8.1

Nginx currently only supports command line operations. Before operating, enter the Dos command environment and enter the Nginx deployment directory. 1) Start Nginx: start nginx

2) Stop Nginx: nginx -s stop

3) Modify the configuration and restart: nginx -s reload

These three commands can be made into bat files and placed in the deployment directory to facilitate subsequent operations.

start nginx.bat file content: start nginx

stop nginx.bat file content: nginx -s stop

reload nginx.bat file content: nginx -s reload

 nginx windows 下安装和配置Click start and it will flash. However, you need to check in the task manager that there are two processes

 nginx windows 下安装和配置
Then enter in the browser: http://localhost and you will enter the nginx default homepage

Let’s configure the basic information

View it for details: http://blog.csdn.net/u010982856/article/details/51691222 There are detailed configurations

The above introduces the installation and configuration of nginx windows when the qq prompt fails to extract the installation file, including the failure to extract the installation file when the qq prompt fails. I hope it will be helpful to friends who are interested in PHP tutorials.

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template