Nginx is a lightweight Web Server / reverse proxy server and e-mail ( IMAP/POP3 ) proxy server, and in a Bsd-like issued under the agreement. By the Russian program designer Igor Sysoev developed for Russian large-scale portals and search engines Rambler (Russian: рамблер ) to use. It is characterized by possession Memory Less, Concurrency strong ability, in fact Nginx concurrency capability does perform well in the same type of Web server. (Baidu Encyclopedia - Http://www.dwz.cn/x32kG )
Download Address: Http://nginx.org/download
Use the latest version of 1.8.1
Nginx currently only supports command line operations, before operation into the DOS command environment, and into the Nginx deployment directory.
1) Start Nginx:start nginx
2) Stop the Nginx:nginx-s stop
3) Reboot after configuration modification: Nginx-s Reload
These three commands can be made into bat files, placed in the deployment directory for easy follow-up operation.
Start Nginx.bat file contents: Start Nginx
Stop Nginx.bat file contents: Nginx-s stop
Reload Nginx.bat file contents: Nginx-s Reload
Clicking Start will flash through and need to see two processes in Task Manager
Then enter in the browser: http://localhost will enter the Nginx default home page
Let's configure the basic information below.
Specific view: http://blog.csdn.net/u010982856/article/details/51691222 with detailed configuration
The above describes the installation of QQ prompts to extract the installation files failed Nginx installation and configuration, including the installation of QQ prompts to extract the installation file failure aspects, I hope that the PHP tutorial interested in a friend helpful.