nginx 配置步骤
D:\myphp2017\nginx\conf、nginx.conf
37行 吧localhost 改为www.ff.com
41行取消注释
44行 加D:\myphp2017\nginx\html
45 在后面加上index.php
在命令行输入 nginx.exe
nginx基本命令行操作:
start nginx //启动服务
nginx -s stop //停止nginx
nginx -s reload //重新加载配置文件
nginx -s quit //退出nginx