I'm trying to set up Nginx on my Windows development environment. I can't find how to create something similar to "sites-enabled"
on Linux where Nginx would look for (links to) active virtual host configurations.
Is there a way to do something similar with a directory with shortcuts to the actual configuration files and Nginx scanning that directory? Or is there another way to hook up a virtual host configuration other than copying the host configuration to nginx.conf
?