diff options
Diffstat (limited to 'templates/default.erb')
-rw-r--r-- | templates/default.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.erb b/templates/default.erb index a4361b7..8b49c77 100644 --- a/templates/default.erb +++ b/templates/default.erb @@ -1,5 +1,5 @@ # begin vhost for <%= fqdn %> -<VirtualHost *:80> +<VirtualHost *:<%= scope.lookupvar('apache::http_port') %>> ServerName <%= fqdn %> DocumentRoot <%= scope.lookupvar('apache::default_folder') %> |