Install and configure Nginx under Win7, and configure win7nginx
Environment: Win7 64-bit SP1
Nginx version: nginx/1.8.0
Reference http://nginx.org/en/docs/windows.html
1. Download nginx1.8.0:
Http://nginx.org/download/nginx-1.8.0.zip
2. decompress the software to the corresponding location and rename the folder to nginx.
3. Start the nginx service:
In the nginx.exe directory, run the doscommand: start nginx
In this case, a small window will flash.
4. Verify the nginx service. Generally, there are three methods.
12.16.in the nginx.exe directory, run the doscommand: nginx-V
2) Open the task manager and view the nginx process.
3). directly access http: // 127. 0... 1
5. Disable the nginx Process
In the nginx.exe directory, execute the doscommand: nginx-s stop
This is only used for python development. Currently, optimization settings are not performed.