Nginx sites-enabled, sites-available: Cannot create soft-link between config files in Ubuntu 12.04
问题 I am trying to create soft links between config files containing server blocks in the sites-enabled and sites-available directories in /etc/nginx/. The command I am using is: sudo ln -s sites-available/foo.conf sites-enabled/ When I then execute: ls -l The result is: lrwxrwxrwx 1 parallels parallels 27 Aug 6 20:44 immigrationinformation.conf -> immigrationinformation.conf where the immigrationinformation.conf -> immigrationinformation.conf part has a charcoal with red typeface. When I then