day 1 windows系统启动nginx报错: The system cannot find the path specified 在启动nginx的时候报错: /temp/client_body_temp" failed (3: The system cannot find the path specified) 解决办法: 1.检查nginx的目录是否存在中文 ,路径不可以有中文。 2.在nginx目录中没有temp文件夹,可以手动创建一个空文件夹,名为temp即可。