How do I specify Windows file paths in nginx
Posted
by Vasil
on Server Fault
See other posts from Server Fault
or by Vasil
Published on 2009-08-03T17:43:51Z
Indexed on
2010/03/29
18:03 UTC
Read the original article
Hit count: 224
I'm using the official windows version of nginx. I want to specify the windows equivalent of this configuration
location /static/ {
alias /home/user/staticfiles/;
}
How do I specify windows file paths in the alias directive? Is this even possible?
© Server Fault or respective owner