diff options
Diffstat (limited to 'templates/site.erb')
-rw-r--r-- | templates/site.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/site.erb b/templates/site.erb index 3bb32a2..a8ad894 100644 --- a/templates/site.erb +++ b/templates/site.erb @@ -1,5 +1,5 @@ # begin vhost for <%= @title %> -<VirtualHost <%= @listen %>:<%= scope.lookupvar('apache::http_port') %>> +<VirtualHost <%= @listen %>:<%= @port %>> ServerName <%= @title %>.<%= @hosting_domain %> <% if @server_alias != false %> ServerAlias <%= @server_alias %><% end %> DocumentRoot <%= @docroot %> |