因为电脑屏幕呈现亮点,拿去换屏了,所以使用了windows环境,,安置了下wlmp环境
在配置Nginx的时候,发明配置没有问题,但是老是访谒不了。
2015/08/24 15:03:59 [crit] 4560#3796: *222 GetFileAttributesEx() "d:\wwwroot\hj_app es/css/web/coach_join.css/index.html" failed (123: The filename, directory name, or volume label syntax is incorrect)
妹的,看情况是root目录不正确,一开始总以为是重写的问题,关键是我配置的主域名
A 虚拟主机 root配置的是:访谒二级目录root d:\wwwroot\a访谒都没有问题,但是配置的资源域名
B 虚拟主机 root配置的是:访谒三级目录root d:\wwwroot\a\bb访谒就报错了。
检察日志提示的是:
CreateFile() "D:\wwwroot\abb/css/web/coach_join.css" failed (123: The filename CreateFile() "D:\wwwroot\hj_app es/css/web/coach_join.css" failed (123: The filename, directory name, or volume label syntax is incorrect), client: 127.0.0.1, server: ares.haojian.dev, request: "GET /css/web/coach_join.css HTTP/1.1", host: "ares.test.dev"
搜了下百度没有找到,后来外文网站里找到答案:
就是反斜杠的问题
把root d:\wwwroot\a\bb改成了d:/wwwroot/a/bb之后就好了
https://www.cnblogs.com/honeybaobao/p/4754911.html
windows下nginx配置报错GetFileAttributesEx