dev-nginx v1.0.2
Fixes an issue where a virtual host config may already exist in sites-enabled
and after running link-config
it also exists in servers
.
It was common in previous versions of nginx to use the sites-enabled
directory for virtual host configuration. In later versions, servers
is the default location. dev-nginx
will now link config to servers
and also remove it from sites-enabled
if it exists.