From 5c65d2ab6dc43f5ce37ff8975346d52f4258859c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 3 Nov 2009 22:00:23 -0200 Subject: Adding mod_macro package and initial vhost code --- templates/website.erb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/website.erb b/templates/website.erb index 3398f60..56be471 100644 --- a/templates/website.erb +++ b/templates/website.erb @@ -1 +1,6 @@ -# TODO: virtual host definition +# begin vhost for <%= $title %> + + # TODO + ServerName <%= $title %>.<%= $domain %> + +# end vhost for <%= $title %> -- cgit v1.2.3