diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/default.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/default.erb b/templates/default.erb index 46da14a..d3da728 100644 --- a/templates/default.erb +++ b/templates/default.erb @@ -1,7 +1,6 @@ # begin vhost for <%= fqdn %> <VirtualHost *:80> ServerName <%= fqdn %> - ServerAlias <%= hosting_domain %> DocumentRoot <%= $apache_default_folder %> # begin site config |