在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
安装Nginx1. 根据需要下载 Nginx 下载地址: http://nginx.org/en/download.html 2. 解压下载的压缩包
这样就可以使用 CMD 进入 D:\nginx-1.10.3> 执行启动, 关闭, 重启 等操作,可以进行以下操作
安装PHP1. 根据需要下载 PHP 下载地址: https://windows.php.net/ 2. 解压下载的压缩包
这样就可以使用 CMD 进入 D:\php-5.6.34-Win32-VC11-x64> 开启 FastCGI
配置nginx.confnginx.conf (该文件在nginx安装目录的conf里面,如我的是: D:\nginx-1.10.3\conf)
注意:Windows 版本的 nginx 使用原生 Win32 API 实现(而不是使用 Cygwin 模拟)。现在只使用了 select() 连接处理方法,所以不要期望高性能和可扩展性,加上还有很多其他的问题,现在Windows 版本的nginx也就是一个 BETA 版本。以下是官方描述 Version of nginx for Windows uses the native Win32 API (not the Cygwin emulation layer). Only the select() connection processing method is currently used, so high performance and scalability should not be expected. Due to this and some other known issues version of nginx for Windows is considered to be a beta version. |
请发表评论