How do I specify Windows file paths in nginx
- by Vasil
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?