码迷,mamicode.com
首页 > Windows程序 > 详细

Nginx - Windows 环境安装 Nginx

时间:2016-07-13 19:36:21      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

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

 

Nginx - Windows 环境安装 Nginx

标签:

原文地址:http://www.cnblogs.com/huey/p/5667107.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!