Nginx - Windows 环境安装 Nginx

1. 访问 http://nginx.org/en/download.html,下载 Windows 版本的安装包

2. 解压安装包,双击 nginx.exe,启动 nginx

3. 访问 http://localhost/,验证是否成功。

4. 其他操作:

nginx.exe -s stop		// 停止 nginx
nginx.exe -s reload		// 重新加载 nginx
nginx.exe -s quit		// 退出 nginx

 

posted on 2016-07-13 15:34  huey2672  阅读(260)  评论(0编辑  收藏  举报