1.下载
官网地址: http://nginx.org/en/download.html
2.安装
windows下:免安装
3.启动
windows下:打开cmd命令窗口,切换到nginx目录下,输入命令 nginx.exe 或者 start nginx回车
启动成功可访问:http://localhost:80
报错:No mapping for the Unicode character exists in the target multi-byte code page
解决:改成英文路径即可
4.常见nginx命令
启动 start nginx
快速停止 nginx -s stop
正常停止(保留日志) nginx -s quit
重启服务: service nginx restart
配置文件修改重装载命令:nginx -s reload