标签:
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
标签:
原文地址:http://www.cnblogs.com/huey/p/5667107.html