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
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
Click start and it will flash. However, you need to check in the task manager that there are two processes
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.