启动报错.
- 不建议双击nginx.exe 建议使用命令行到该目录后 start nginx.exe .
- 程序目录全英文.
- 前端程序放在 html目录(存在index.html的目录, 老版本是www目录)
前端转发到后端失败.
1 | server { |
nginx 配置的ip无效
location /api {
proxy_pass http://127.0.0.1:8088/
}
location /api {
proxy_pass http://127.0.0.1:8088/api/;
}