ginx-1.10.0\index/**“ failed (123: The filename, directory name, orvolume label syntax is incorrect)

Nginx is used in Windows environment. Error log: ginx-1.10.0 \ index/static/JS/jquery-3.1.3. Min.js “failed (123: the filename, directory name, or volume label syntax is incorrect)”

The default path in windows is backslash \. My directory path just starts with n. It is estimated that it is interpreted as line feed, so you only need to add double slash \ or slash /,
H: \ nginx-1.10.0 \ nginx-1.10.0
positive solution:

H:\\nginx-1.10.0\\nginx-1.10.0

Or

H:/nginx-1.10.0/nginx-1.10.0/

Read More: