Microsoft Visual C++ 2005 Redistributable Package (x64)
Microsoft Visual C++ 2005 Redistributable Package (x86)
Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)
| server | |
| { | |
| listen 80; | |
| listen 443; | |
| server_name wo.com.ru; | |
| ssl_certificate /etc/nginx/ssl/wo.crt; | |
| ssl_certificate_key /etc/nginx/ssl/wo.pem; | |
| #location /{#这样的话就可以代理大部分网页 下面则限定代理文件后缀 |