How to use nginx "root" and "location" on windows? -


here conf:

location /desktop/ {     root   c:/users/elqstux/; } 

the file path c:\users\elqstux\desktop\wy.html.

when access http://127.0.0.1/desktop/wy.html in browser, got 404 not found.

who can tell what's wrong?


Comments