remove any default enabled sites for nginx

This commit is contained in:
Jeff Lindsay
2013-11-21 13:03:55 -06:00
parent f4018db310
commit a9e0a7b57e

View File

@@ -16,6 +16,7 @@ if ARGV[0] == "onboot"
f.puts " }"
f.puts "}"
end
`rm /etc/nginx/sites-enabled/*`
puts "Installed Upstart service and default Nginx virtualhost for installer to run on boot."
exit
end