报错提示could not open error log file: CreateFile() "logs/error.log" failed (3: The system cannot find the path specified)
2020/09/20 00:47:27 [emerg] 17964#16484: CreateFile() "C:\nginx-1.18.0/logs/access.log" failed (3: The system cannot find the path specified)
解决办法。看报错提示不能创建娜几个文件手动创建出来就可以了。我的是不能创建logs文件夹和temp文件夹 。
然后我就手动创建了一下。如下图所示